﻿function WriteFoot(att)
{
	if(att=='1')
	{
		footfile="/CN/UserControls/Foot.HTML";
	}else{
		footfile="/EN/UserControls/Foot.HTML";		
	}
	document.write("<table width='1004' border='0' cellpadding='0' cellspacing='0' align='center'>");
	document.write("	<tr>");
	document.write("		<td>");
	document.write("		<iframe name='head1' scrolling='no' border='0' frameborder='0' src='"+footfile+"' height='170' width='1004'></iframe>");
	document.write("		</td>");
	document.write("	</tr>");
	document.write("</table>");
}