function contact_us(){
	document.write("	<table id=\"contact\">");
	document.write("	<tr><td colspan=\"3\" style=\"padding:5px auto; font-size:18px; letter-spacing:1px; color:#ffc; background:#03f;\">铁泉主要联系方式一览表");
	document.write("		<img src=\"i/close.jpg\" style=\"float:right; margin:-20px 2px 0 0; padding:0; width:20px; cursor:pointer;\" onclick=\"$('contact').style.display='none';\" />");
	document.write("	</td></tr>");
	document.write("	<tr>");
	document.write("		<td width=\"110px\">部　门</td>");
	document.write("		<td width=\"135px\">电　话</td>");
	document.write("		<td width=\"135px\">传　真</td>");
	document.write("	</tr>");
	document.write("	<tr>");
	document.write("		<td>度假区总部</td>");
	document.write("		<td>0752-7888889</td>");
	document.write("		<td>0752-7892789</td>");
	document.write("	</tr>");
	document.write("	<tr>");
	document.write("		<td>度假区销售部</td>");
	document.write("		<td>0752-7892622<br />0752-7892633</td>");
	document.write("		<td>0752-7892789</td>");
	document.write("	</tr>");
	document.write("	<tr>");
	document.write("		<td>广州办</td>");
	document.write("		<td>020-81569828</td>");
	document.write("		<td>020-81581838</td>");
	document.write("	</tr>");
	document.write("	<tr>");
	document.write("		<td>惠州办</td>");
	document.write("		<td>0752-2559909</td>");
	document.write("		<td>0752-2559908</td>");
	document.write("	</tr>");
	document.write("	<tr>");
	document.write("		<td>深圳办</td>");
	document.write("		<td>0755-82253338</td>");
	document.write("		<td>0755-82239408</td>");
	document.write("	</tr>");
	document.write("	<tr>");
	document.write("		<td>东莞办</td>");
	document.write("		<td>0769-23393033</td>");
	document.write("		<td>0769-23393099</td>");
	document.write("	</tr>");
	document.write("	</table>");
}