document.writeln("<div id=\"serviceMenu\">");

if (topMenuStatus == 'Basic Services') {
document.writeln("            <div class=\"menu_on\">Basic Services</div>");
} else {
document.writeln("            <div class=\"menu_off\"><a href=\"/html/services/basic/freeMembership.html\">Basic Services</a></div>");
}
	
if (topMenuStatus == 'Premium Services') {
	document.writeln("				<div class=\"menu_on\">Premium Services</div>");
} else {
	document.writeln("				<div class=\"menu_off\"><a href=\"/html/ec/AW/PS_overview.html\">Premium Services</a></div>");
}
if (topMenuStatus == 'Advertise with Us') {
	document.writeln("				<div class=\"menu_on\">Advertise with Us</div>");
} else {
	document.writeln("				<div class=\"menu_off\"><a href=\"/html/ec/AW/ad_overview.html\">Advertise with Us</a></div>");
}
if (topMenuStatus == 'Partner Services') {
	document.writeln("				<div class=\"menu_on\" style=\"width:186px;\">Partner Services</div>");
} else {
	document.writeln("				<div class=\"menu_off\" style=\"width:186px;\"><a href=\"/html/services/partner/partnerServices.html\">Partner Services</a></div>");
}	
	
document.writeln("</div>");