
/*内容页顶部banner配置*/


var topBannerData={
					top_dir:'/pics/content/topBanner/',
					top_file:['1.jpg','2.jpg','3.jpg','4.jpg','5.jpg','6.jpg','7.jpg'],
					top_link:[
						'http://www.zhongyian.com/CustomerService/',					'http://www.zhongyian.com/CustomerService/',					'http://www.zhongyian.com/CustomerService/',
						'http://www.zhongyian.com/CustomerService/',					'http://www.zhongyian.com/CustomerService/',					'http://www.zhongyian.com/CustomerService/',
						'http://www.zhongyian.com/CustomerService/'
					],
					top_txt:[
						'top banner topics 1',					'top banner topics 2',
						'top banner topics 3',					'top banner topics 4',
						'top banner topics 5',					'top banner topics 6',
						'top banner topics 7'
					],
					top_width:728,		//图片宽度,不要大于728！
					top_height:180,		 //图片高度
					top_button:2,			//按扭位置 1左 2右 3上 4下
					top_time:5000,		//图片停留时间(1000为1秒钟)
					top_showTxt:1,			//是否显示文字标签 1显示 0不显示
					top_bg:'E5E5E5',		//背景色
					top_txtColor:'666666'//,//文字色
	};

	
	
	/*首页flash图片、标题配置：*/
	var homeFlashData = {
		p_file :['9.jpg','5.jpg','6.jpg','7.jpg','12.jpg','11.jpg','10.jpg','13.jpg']	,
		p_dir:'/pics/content/home/'	,
		p_title:[
		'First Title Company Info',		'Company-Info',		'First Title, a wholly owned subsidiary of The First American Corporation...',		'图片标题4',
		'Management Team',		'Customer Service',		'First Title Blog',		'Products & Services'		//最后一项不能有,号！
		]
		,
		 p_link:[
		'/Company-Info/',		'/Company-Info/',		'/Company-Info/1.htm',		'#link_4',
		'/Company-Info/6.htm',		'http://www.zhongyian.com/CustomerService/',		'http://www.zhongyian.com/blog/',		'/Products-Services/'		//最后一项不能有,号
		]
		,
		//首页flash右下角链接
		t_title:[
		'Products Services',		'CEO\'s words',		'Collateral Loan\/Real Estate Financing',		'Commercial Mortgage Loan Services',
		'Escrow for Resale and Refinance Transactions',		'Company Value'		//最后一项不能有,号！
		]
		,
		t_link:[
		'/Products-Services/',		'/Company-Info/3.htm',		'/Products-Services/4.htm',		'/Products-Services/2.htm',
		'/Products-Services/5.htm',		'/Company-Info/4.htm'			//最后一项不能有,号
		]
	};


/*
如何添加邮件链接（防止垃圾邮件）：

	在要添加邮件的地方插入如下代码：

	<script>doEmail('用户名__AT__域名')</script>

	例如：

	<script>doEmail('server__AT__codecoke.com')</script>
		server__AT__codecoke.com 要用‘’ 英文单引号括起来
		把@替换为 __AT__  即：双下划线AT（大写）双下划线

*/
