﻿document.writeln("<script>");
document.writeln("function Change_Men(id)");
document.writeln("{");
document.writeln("for(var i=1;i<=12;i++)");
document.writeln("{");
document.writeln("document.getElementById(\"menu_\"+i).className=\"\"");
document.writeln("}");
document.writeln("document.getElementById(\"menu_\"+id).className=\"red\"");
document.writeln("}");
document.writeln("<\/script>");
document.writeln("<table width=\"98%\" border=\"0\" cellpadding=\"0\">");
document.writeln("             <tr style=\"height:27px;\">");
document.writeln("               <td width=\"14%\" ><img src=\"..\/images\/web_pic\/title.gif\" width=\"12\" height=\"12\" \/><\/td>");
document.writeln("               <td width=\"86%\"><a href=\"..\/register.asp\" id=\"menu_1\" onclick=\"Change_Men(1)\" class=\"\"><strong>Register<\/strong><\/a><\/td>");
document.writeln("  <\/tr>");
document.writeln("             <tr style=\"height:27px;\">");
document.writeln("               <td><img src=\"..\/images\/web_pic\/title.gif\" width=\"12\" height=\"12\" \/><\/td>");
document.writeln("               <td><a href=\"..\/web\/about.html\" id=\"menu_2\" onclick=\"Change_Men(2)\" class=\"\"><strong>About<\/strong><\/a><\/td>");
document.writeln("             <\/tr>");
document.writeln("             <tr style=\"height:27px;\">");
document.writeln("               <td ><img src=\"..\/images\/web_pic\/title.gif\" width=\"12\" height=\"12\" \/><\/td>");
document.writeln("               <td><strong><a href=\"..\/web\/background.html\" id=\"menu_3\" onclick=\"Change_Men(3)\" class=\"\">Game Background<\/a> <\/strong><\/td>");
document.writeln("             <\/tr>");
document.writeln("             <tr style=\"height:27px;\">");
document.writeln("               <td><img src=\"..\/images\/web_pic\/title.gif\" width=\"12\" height=\"12\" \/><\/td>");
document.writeln("               <td><strong><a href=\"..\/web\/rules.html\" id=\"menu_4\" onclick=\"Change_Men(4)\" class=\"\">Game Rules <\/a><\/strong><\/td>");
document.writeln("             <\/tr>");
document.writeln("             <tr style=\"height:27px;\">");
document.writeln("               <td ><img src=\"..\/images\/web_pic\/title.gif\" width=\"12\" height=\"12\" \/><\/td>");
document.writeln("               <td><strong><a href=\"..\/web\/Agreement.html\" id=\"menu_5\" onclick=\"Change_Men(5)\" class=\"\">User Agreement<\/a><\/strong><\/td>");
document.writeln("             <\/tr>");
document.writeln("             <tr style=\"height:27px;\">");
document.writeln("               <td ><img src=\"..\/images\/web_pic\/title.gif\" width=\"12\" height=\"12\" \/><\/td>");
document.writeln("               <td><strong><a href=\"..\/web\/race.html\" id=\"menu_6\" onclick=\"Change_Men(6)\" class=\"\">Race<\/a><\/strong><\/td>");
document.writeln("             <\/tr>");
document.writeln("             <tr style=\"height:27px;\">");
document.writeln("               <td><img src=\"..\/images\/web_pic\/title.gif\" width=\"12\" height=\"12\" \/><\/td>");
document.writeln("               <td><strong><a href=\"..\/web\/construction.html\" id=\"menu_7\" onclick=\"Change_Men(7)\" class=\"\">Construction<\/a><\/strong><\/td>");
document.writeln("             <\/tr>");
document.writeln("             <tr style=\"height:27px;\">");
document.writeln("               <td><img src=\"..\/images\/web_pic\/title.gif\" width=\"12\" height=\"12\" \/><\/td>");
document.writeln("               <td><strong><a href=\"..\/web\/technology.html\" id=\"menu_8\" onclick=\"Change_Men(8)\" class=\"\">Technology<\/a><\/strong><\/td>");
document.writeln("             <\/tr>");
document.writeln("             <tr style=\"height:27px;\">");
document.writeln("               <td><img src=\"..\/images\/web_pic\/title.gif\" width=\"12\" height=\"12\" \/><\/td>");
document.writeln("               <td><strong><a href=\"..\/web\/soldiers.html\" id=\"menu_9\" onclick=\"Change_Men(9)\" class=\"\">Soldiers<\/a><\/strong><\/td>");
document.writeln("             <\/tr>");
document.writeln("             <tr style=\"height:27px;\">");
document.writeln("               <td><img src=\"..\/images\/web_pic\/title.gif\" width=\"12\" height=\"12\" \/><\/td>");
document.writeln("               <td><strong><a href=\"..\/web\/defense.html\" id=\"menu_10\" onclick=\"Change_Men(10)\" class=\"\">Defense & Siege-train<\/a><\/strong><\/td>");
document.writeln("             <\/tr>");
document.writeln("             <tr style=\"height:27px;\">");
document.writeln("               <td><img src=\"..\/images\/web_pic\/title.gif\" width=\"12\" height=\"12\" \/><\/td>");
document.writeln("               <td><strong><a href=\"..\/web\/artifact.html\" id=\"menu_11\" onclick=\"Change_Men(11)\" class=\"\">Artifact<\/a><\/strong><\/td>");
document.writeln("             <\/tr>");
document.writeln("             <tr style=\"height:27px;\">");
document.writeln("               <td><img src=\"..\/images\/web_pic\/title.gif\" width=\"12\" height=\"12\" \/><\/td>");
document.writeln("               <td><strong><a href=\"..\/web\/faqs.html\" id=\"menu_12\" onclick=\"Change_Men(12)\" class=\"\">Faqs<\/a><\/strong><\/td>");
document.writeln("             <\/tr>");
document.writeln("             <tr style=\"height:27px;\">");
document.writeln("               <td><img src=\"..\/images\/web_pic\/title.gif\" width=\"12\" height=\"12\" \/><\/td>");
document.writeln("               <td><strong><a href=\"..\/web\/contact.html\" id=\"menu_13\" onclick=\"Change_Men(13)\" class=\"\">Contact Us<\/a><\/strong><\/td>");
document.writeln("             <\/tr>");
document.writeln("           <\/table>");
