function showLine(topSetting)
{
	LineHTMLstr = "";
	LineHTMLstr += "<table border='0' cellpadding='0' cellspacing='0' width='775px' style='position:absolute;top:"+topSetting+"px;z-index:-1'>\n";
	LineHTMLstr += "<tr ><td background='../images/line.gif'>&nbsp;</td></tr>\n";
	LineHTMLstr += "</table>\n";
	document.writeln(LineHTMLstr);
}