document.write("<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\">");
document.write("<tr><td colspan=\"2\"><img src=\"images/dot_clear.gif\" width=1 height=10 border=\"0\"></td></tr>");
document.write("<tr class=\"linebg\"><td align=\"left\"><img src=\"images/topleft2.jpg\" width=275 height=75 border=\"0\"></td>");
document.write("<td align=\"right\"><img src=\"images/topright.jpg\" width=390 height=75 border=\"0\" hspace=\"25\"></td></tr>");
document.write("<tr><td colspan=\"2\"><DIV class=\"container\"><UL id=\"navCircle\">");
if (varMenuItem != 1) {
	document.write("<LI><A href=\"index.html\">Home</A></LI>");
	} else {
	document.write("<LI><div id=\"MenuSelected\">Home</div></LI>");
}
if (varMenuItem != 2) {
	document.write("<LI><A href=\"about.html\">About Us</A></LI>");
	} else {
	document.write("<LI><div id=\"MenuSelected\">About Us</div></LI>");
}
if (varMenuItem != 3) {
	document.write("<LI><A href=\"services.html\">Services</A></LI>");
	} else {
	document.write("<LI><div id=\"MenuSelected\">Services</div></LI>");
}
if (varMenuItem != 4) {
	document.write("<LI><A href=\"http://ealhosting.com/clients/\">Client Area</A></LI>");
	} else {
	document.write("<LI><div id=\"MenuSelected\">Client Area</div></LI>");
}
if (varMenuItem != 5) {
	document.write("<LI><A href=\"support/index.html\">Support</A></LI>");
	} else {
	document.write("<LI><div id=\"MenuSelected\">Support</div></LI>");
}
if (varMenuItem != 6) {
	document.write("<LI><A href=\"portfolio.html\">Portfolio</A></LI>");
	} else {
	document.write("<LI><div id=\"MenuSelected\">Portfolio</div></LI>");
}
if (varMenuItem != 7) {
	document.write("<LI><A href=\"sitemap.html\">Site Map</A></LI>");
	} else {
	document.write("<LI><div id=\"MenuSelected\">Site Map</div></LI>");
}
document.write("</UL></DIV></td></tr></table>");
