StartFooter();
//ดึงข้อมูลในส่วนของเมนูด้านบน
function StartFooter()

{

document.write("<table width=\"800\" height=\"0\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\">");
document.write("<tr>");
document.write("<td background=\"../Menu/BB.gif\"><div align=\"center\"><img src=\"../Menu/copy.gif\" width=\"800\" height=\"38\"></div>");
document.write("</td>");
document.write("</tr>");
document.write("</table>");
}



