﻿var PageCommon = {};

PageCommon.getHeader = function(){
	var html = '<div id="main_container">'+
				'<div id="menu_container">'+
				'<div id="top_container">'+
					'<div id="topnav">'+
						'<div style="float:left">'+
							'<ul id="topdivmenu">'+
								'<li>'+
									'<div style="padding-bottom:10px;"><img src="../../images/space.gif" height="1"  width="1" style="display:block;"/></div>'+
									'<a href="../ji_tuan/cpic_index.html" >太保首页</a>'+
								'</li>'+
								'<li class="lineOne">'+
									'<div style="padding-bottom:10px"><img src="../../images/space.gif" height="1"  width="1" style="display:block;"/></div>'+
									'<a href="../my_account/login.html"> 我的帐户</a>'+
								'</li>'+
								'<li class="lineOne">'+
									'<div style="padding-bottom:10px"><img src="../../images/space.gif" height="1"  width="1" style="display:block;"/></div>'+							
									'<a href="cx_SalesCenter_cars.html">销售中心</a>'+
								'</li>'+
								'<li class="lineOne">'+
									'<div style="padding-bottom:10px"><img src="../../images/space.gif" height="1"  width="1" style="display:block;"/></div>'+
									'<a href="cx_ProductsCenter.html">产品中心</a>'+
								'</li>'+
								'<li class="lineOne">'+
									'<div style="padding-bottom:10px"><img src="../../images/space.gif" height="1"  width="1" style="display:block;"/></div>'+
									'<a href="cx_Personal_Service_Claim.html">客户服务</a>'+
								'</li>'+
								'<li class="lineOne">'+
									'<div style="padding-bottom:10px"><img src="../../images/space.gif" height="1"  width="1" style="display:block;"/></div>'+
									'<a href="cx_AboutPropertyInsurance.html">关于产险</a>'+
								'</li>'+
							'</ul>'+
						'</div>'+
						'<div style=" width:200; text-align:right; padding-right:40px; padding-top:5px;">'+
							'<img src="../../images/renshou.jpg" width="84" height="30" />&nbsp;'+
							'<img src="../../images/zichan.jpg" width="84" height="30" />'+
						'</div>'+
					'</div>'+
				'</div>'+
				'</div>'+
				'<div id="menu_container2">'+
					'<div id="logo">'+
						'<span class="img"><a href="index.html"><img src="images/cpiclogo.gif" alt="" width="285" height="54" border="0" /></a></span>'+
						'<div  class="img"></div>'+
					'</div>'+
					'<div id="title_right">'+
						'<div class="language"><a href="#">繁體中文</a> |<a href="#"> English</a> </div>'+
						'<div class="login">'+
							'<span style=" vertical-align:middle;_vertical-align:middle">用户登录&nbsp;</span>'+
							'<select onchange="selectLink(\'parent\', this, 0)"  class="loginselect">'+
								'<option value="#">个人用户</option>'+
								'<option value="#">企业用户</option>'+
							'</select>'+
						'</div>'+
					'</div>'+
				'</div>'+
				'</div>';
	return html;
}

PageCommon.getFooter = function(){
	var html = '<div id="bottom_container" >'+
					'<div id="footer">'+
						'<div id="bottom_left">'+
							'<p class="bottom_left" ><a href="">联系我们</a> | 网站地图 | 使用条款 | 法律声明  |  诚聘英才</p>'+
						'</div>'+
						'<div id="copyright">'+
							'<p class="copyright" >Copyright © China Pacific Insurance(group) Co.,Ltd.. All Rights Reserved    京ICP备</p>'+
						'</div>'+
					'</div>'+
				'</div>';
	return html;
}