document.writeln("<style type=\"text/css\">");
document.writeln("<!--");
document.writeln(".selectSubmenu { font-weight:bold;color:#ff0000;cursor:none; }");
document.writeln("//-->");
document.writeln("</style>");

document.writeln("<div id=\"serviceLmenu\">");
document.writeln("	<img src=\"http://image.ec21.com/img/ec/ser_title_ad.jpg\" title=\"Advertise with Us\" alt=\"Advertise with Us\" />");
document.writeln("	<ul>");

if ( leftMenuStatus == "Overview" ) {
	document.writeln("		<li class=\"full\"><div class=\"firstpaddingtb\"><span class=\"selectSubmenu\">Overview</span></div></li>");
} else {
	document.writeln("		<li class=\"full\"><div class=\"firstpaddingtb\"><a href=\"/html/ec/AW/ad_overview.html\">Overview</a></div></li>");
}

if ( leftMenuStatus == "Main Page and Buy/Sell Section_Main" ) {
	document.writeln("		<li class=\"full\"><div class=\"firstpaddingtb\"><span class=\"selectSubmenu\">Main Page and Buy/Sell Section</span></div></li>");
} else {
	document.writeln("		<li class=\"full\"><div class=\"firstpaddingtb\"><a href=\"/html/ec/AW/ad_homepageAd.html\">Main Page and Buy/Sell Section</a></div></li>");
}
if ( leftMenuStatus == "Keyword/Category Search Result" ) {
	document.writeln("		<li class=\"full\"><div class=\"firstpaddingtb\"><span class=\"selectSubmenu\">Keyword/Category Search Result</span></div></li>");
} else {
	document.writeln("		<li class=\"full\"><div class=\"paddingtb\"><a href=\"/html/ec/AW/advertiseKeywordCategory.html\">Keyword/Category Search Result</a></div></li>");
}
if ( leftMenuStatus == "Log-in page and Newsletter" ) {
	document.writeln("		<li class=\"full\"><div class=\"firstpaddingtb\"><span class=\"selectSubmenu\">Log-in page and Newsletter</span></div></li>");
} else {
	document.writeln("		<li class=\"full\"><div class=\"paddingtb\"><a href=\"/html/ec/AW/advertiseLoginNewsletter.html\">Log-in page and Newsletter</a></div></li>");
}
if ( leftMenuStatus == "How to Pay" ) {
	document.writeln("		<li class=\"full\" style=\"border-bottom:none;\"><div class=\"firstpaddingtb\"><span class=\"selectSubmenu\">How to Pay</span></div></li>");
} else {
	document.writeln("		<li class=\"full\" style=\"border-bottom:none;\"><div class=\"paddingtb\"><a href=\"/html/ec/AW/advertiseHow.html\">How to Pay</a></div>");
}
document.writeln("		</li>");
document.writeln("	</ul>");
document.writeln("</div>");