var img_mainheader = "http://services.navidot.com/images/mainheader2.jpg";
var img_blank = "http://services.navidot.com/images/blank.gif";
var indexUrl = "http://services.navidot.com/index.htm";
var loginUrl = "http://services.navidot.com/login.htm";
var aboutUrl = "http://services.navidot.com/svc_team.htm";
var cntacUrl = "http://services.navidot.com/svc_cntac.htm";
var signupUrl = "http://services.navidot.com/signup.htm";
var helpUrl = "http://services.navidot.com/help.htm";
var logoutUrl = "http://services.navidot.com/cgi-bin/logout.pl";
document.writeln("<TABLE BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH=750>");
document.writeln("<TR>");<!-- begin main TR -->
document.writeln("<td width=750 colspan=4 background=\""+img_mainheader+"\" height=61 width=750>");<!-- begin main td -->
document.writeln("<table border=0 cellspacing=0 cellpadding=0>");
document.writeln("<tr>");
document.writeln("<td width=200><a href=\""+indexUrl+"\"><img src=\""+img_blank+"\" height=59 width=200 border=0 alt=\"Navidot Services\"><\/a><\/td>");
document.writeln("<td width=540 valign=\"bottom\" align=\"right\" height=59>");
if (uAlias != "Member") {
document.writeln("<font style=\"font-family: verdana; font-size: 8pt; color: #4a4a4a;\">");
document.writeln("<a href=\""+cntacUrl+"\" onmouseover=\"this.style.color='#003366';this.style.textDecoration='underline';\" onmouseout=\"this.style.color='#6E6E6E';this.style.textDecoration='none';\" style=\"color: #6E6E6E; text-decoration: none;\">Contact Us<\/a> | <a href=\""+aboutUrl+"\" onmouseover=\"this.style.color='#003366';this.style.textDecoration='underline';\" onmouseout=\"this.style.color='#6E6E6E';this.style.textDecoration='none';\" style=\"color: #6E6E6E; text-decoration: none;\">Team<\/a> | <a href=\""+indexUrl+"\" onmouseover=\"this.style.color='#003366';this.style.textDecoration='underline';\" onmouseout=\"this.style.color='#6E6E6E';this.style.textDecoration='none';\" style=\"color: #6E6E6E; text-decoration: none;\">Home<\/a>");
document.writeln("<\/font>");
} else {
document.writeln("<font style=\"font-family: verdana; font-size: 8pt; color: #6E6E6E;\">");
document.writeln("<font style=\"color: #696969;\">Hello Member!<\/font> &nbsp; &nbsp; ");
document.writeln("<a href=\""+cntacUrl+"\" onmouseover=\"this.style.color='#003366';this.style.textDecoration='underline';\" onmouseout=\"this.style.color='#6E6E6E';this.style.textDecoration='none';\" style=\"color: #6E6E6E; text-decoration: none;\">Contact Us<\/a> | <a href=\""+aboutUrl+"\" onmouseover=\"this.style.color='#003366';this.style.textDecoration='underline';\" onmouseout=\"this.style.color='#6E6E6E';this.style.textDecoration='none';\" style=\"color: #6E6E6E; text-decoration: none;\">Management Team<\/a> | <a href=\""+indexUrl+"\" onmouseover=\"this.style.color='#003366';this.style.textDecoration='underline';\" onmouseout=\"this.style.color='#6E6E6E';this.style.textDecoration='none';\" style=\"color: #6E6E6E; text-decoration: none;\">Home<\/a>");
document.writeln("<\/font>");
}
document.writeln("<\/td>");
document.writeln("<Td width=10><\/td>");
document.writeln("<\/tr>");
document.writeln("<tr>");
document.writeln("<td height=2 colspan=2><\/td>");
document.writeln("<\/tr>");
document.writeln("<\/table>");
document.writeln("<\/td>");
document.writeln("<\/TR>");
document.writeln("<\/TABLE>");
