var MenuFoot1 = "../index.php"
var MenuFoot2 = "../aboutus/history.html"
var MenuFoot3 = "../news_activities/hotnewsAll.php"
var MenuFoot4 = "../member_zone/memberbenefit.html"
var MenuFoot5 = "../faq/faq.php"
var MenuFoot6 = "../guestbook/guestbook.php"
var MenuFoot7 = "../links/links.html"
var MenuFoot8 =  "../contactus/contactus.php"

document.write("<table width=\"780\" height=\"20\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" background=\"../images/bg_detail_linebody.gif\" class=\"content\">");
document.write("<tr>");
document.write("<td width=\"141\" height=\"10\" background=\"../images/bg_blue_leftmenu.gif\"></td>");
document.write("<td width=\"639\" height=\"10\" align=\"center\"><table width=\"80%\" border=\"0\" cellpadding=\"0\" cellspacing=\"5\" class=\"content\">");
document.write("<tr>");
document.write("<td align=\"center\">");
document.write("|&nbsp;<a href=\"" + MenuFoot1 + "\"><font color=\"#333399\">Home</font></a>&nbsp;");
document.write("|&nbsp;<a href=\"" + MenuFoot2 + "\"><font color=\"#333399\">About Us</font></a>&nbsp;");
document.write("|&nbsp;<a href=\"" + MenuFoot3 + "\"><font color=\"#333399\">News &amp; Activities</font></a>&nbsp;");
document.write("|&nbsp;<a href=\"" + MenuFoot4 + "\"><font color=\"#333399\">Member Zone</font></a>&nbsp;");
document.write("|&nbsp;<a href=\"" + MenuFoot5 + "\"><font color=\"#333399\">FAQ</font></a>&nbsp;");
document.write("|&nbsp;<a href=\"" + MenuFoot6 + "\"><font color=\"#333399\">Guest Book</font></a>&nbsp;");
document.write("|&nbsp;<a href=\"" + MenuFoot7 + "\"><font color=\"#333399\">Links</font></a>&nbsp;");
document.write("|&nbsp;<a href=\"" + MenuFoot8 + "\"><font color=\"#333399\">Contact Us</font></a>&nbsp;");
document.write("|</td>");
document.write("</tr>");
document.write("</table></td>");
document.write("</tr>");
document.write("<tr>");
document.write("<td width=\"141\" height=\"10\" background=\"../images/bg_bottom_leftmenu.gif\"></td>");
document.write("<td height=\"10\" background=\"../images/bg_bottom_body.gif\"></td>");
document.write("</tr>");
document.write("</table>");
