﻿function pageTop(folders){
	var bound=0
	var newPath=""
	while(bound<folders){
		newPath+="../"
		bound+=1
	}
	document.write("	<TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0 align='center' class='table_fixed' style='margin-bottom:5px'>")
	document.write("		<TR>")
	document.write("			<TD width='107'><IMG SRC='" + newPath + "Images/HomePage/HomePageTop_01.jpg' WIDTH=107 HEIGHT=70 ALT=''></TD>")
	document.write("			<TD width='98'><IMG SRC='" + newPath + "Images/HomePage/HomePageTop_02.jpg' WIDTH=98 HEIGHT=70 ALT=''></TD>")
	document.write("			<TD style='width:239px'><IMG SRC='" + newPath + "Images/HomePage/HomePageTop_03.jpg' WIDTH=239 HEIGHT=70 ALT=''></TD>")
	document.write("			<TD style='background:url(" + newPath + "Images/HomePage/HomePageTop_04.jpg) repeat-x; padding-top:30px' width='453'><span style='text-align:center; width:100%; font-weight:bolder'>重庆专业家教服务机构，专业家庭教师上门一对一辅导！</span> </TD>")
	document.write("			<TD style='background:url(" + newPath + "Images/HomePage/HomePageTop_04.jpg) repeat-x; padding-top:3px' width='93'>")
	document.write("				<div style='width:100%; line-height:150%' class='font_black12_normal'>· 设为首页</div> ")
	document.write("				<div style='width:100%; line-height:150%' class='font_black12_normal'>· 加入收藏夹</div>") 
	document.write("				<div style='width:100%; line-height:150%' class='font_black12_normal'>· 联系我们</div>")
	document.write("			</TD>")
	document.write("		</TR>")
	document.write("		<TR>")
	document.write("			<TD style='line-height:1px' width='107'><IMG SRC='" + newPath + "Images/HomePage/HomePageTop_06.jpg' WIDTH=107 HEIGHT=18 ALT=''></TD>")
	document.write("			<TD style='line-height:1px' width='98'><IMG SRC='" + newPath + "Images/HomePage/HomePageTop_07.jpg' WIDTH=98 HEIGHT=18 ALT=''></TD>")
	document.write("			<TD style='line-height:1px; background:url(" + newPath + "Images/HomePage/HomePageTop_09.jpg) repeat-x' width='239'>　</TD>")
	document.write("			<TD style='line-height:1px; background:url(" + newPath + "Images/HomePage/HomePageTop_09.jpg) repeat-x' colspan='2' width='546'>　</TD>")
	document.write("		</TR>")
	document.write("		<TR>")
	document.write("			<TD width='107'><IMG SRC='" + newPath + "Images/HomePage/HomePageTop_11.jpg' WIDTH=107 HEIGHT=55 ALT=''></TD>")
	document.write("			<TD width='98'><IMG SRC='" + newPath + "Images/HomePage/HomePageTop_12.jpg' WIDTH=98 HEIGHT=55 ALT=''></TD>")
	document.write("			<TD colspan='3' style='width:785px; background:url(" + newPath + "Images/HomePage/HomePageTop_14.jpg) repeat-x'>")
	document.write("				<table border=0 cellpadding=0 cellspacing=0 align='center' class='table_width'>")
	document.write("					<tr>")
	document.write("						<td class='font_white14_bold' style='padding-left:20px'>")
	document.write("							<a href='http://" + window.location.hostname + "' class='f'>首页</a> | ")
//	document.write("							<a href='http://" + window.location.hostname + "/company' class='f'>书之香</a> | ")
	document.write("							<a href='http://" + window.location.hostname + "/tutor/Teachers.asp' class='f'>家教频道</a> | 	")
//	document.write("							<a href='http://" + window.location.hostname + "/teacher' class='f'>教师频道</a> | ")
//	document.write("							<a href='http://" + window.location.hostname + "/parents' class='f'>家长频道</a> | ")
//	document.write("							<a href='http://" + window.location.hostname + "/student' class='f'>学生频道</a> | ")
//	document.write("							<a href='http://" + window.location.hostname + "/resource' class='f'>教学资源</a> | ")
//	document.write("							<a href='http://" + window.location.hostname + "/technology' class='f'>教研中心</a> | ")
//	document.write("							<a href='http://" + window.location.hostname + "/hr' class='f'>招聘精英</a>  ")
	document.write("						</td>")
	document.write("					</tr>")
	document.write("				</table>")
	document.write("			</TD>")
	document.write("		</TR>")
	document.write("	</TABLE>")	
}

