var out = "";
out+="<table width=164 border=0 cellspacing=0 cellpadding=0 height=100%>";
out+="<tr><td valign=top height=6><img src='images/community/2008/lmenu_top.gif' width=164 height=6 border=0></tD></tr>";
out+="<tr><td valign=top height=100% background='images/community/2008/lmenu_tilebgd.gif' height=100%>";
if(pageid == "home") {
	out+="<img src='images/community/2008/lmenu_home_f2.gif' width=164 border=0><br>";
}
else {
	out+="<a href='community_jcec.html'><img src='images/community/2008/lmenu_home.gif' width=164 border=0></a><br>";
}
out+="<img src='images/community/2008/lmenu_dotline.gif' width=164 height=4 border=0><br>";
if(pageid == "discover") {
	out+="<img src='images/community/2008/lmenu_DiscoverDEC_f2.gif' width=164 border=0><br>";	
	if(subpageid == "intro") {
		out+="<img src='images/community/2008/lmenu_Introduction_f2.gif' width=164 border=0><br>";
	}
	else {
		out+="<a href='community_jcec_intro.html'><img src='images/community/2008/lmenu_Introduction.gif' width=164 border=0></a><br>";
	}
	if(subpageid == "detail") {
		out+="<img src='images/community/2008/lmenu_ChallengeDetails_f2.gif' width=164 border=0><br>";
	}
	else {
		out+="<a href='community_jcec_detail.html'><img src='images/community/2008/lmenu_ChallengeDetails.gif' width=164 border=0></a><br>";
	}
	if(subpageid == "judging") {
		out+="<img src='images/community/2008/lmenu_Judging_f2.gif' width=164 border=0><br>";
	}
	else {
		out+="<a href='community_jcec_judging.html'><img src='images/community/2008/lmenu_Judging.gif' width=164 border=0></a><br>";
	}
	if(subpageid == "schedule") {
		out+="<img src='images/community/2008/lmenu_Schedule_f2.gif' width=164 border=0><br>";
	}
	else {
		out+="<a href='community_jcec_schedule.html'><img src='images/community/2008/lmenu_Schedule.gif' width=164 border=0></a><br>";
	}
	if(subpageid == "prize") {
		out+="<img src='images/community/2008/lmenu_Prize_f2.gif' width=164 border=0><br>";
	}
	else {
		out+="<a href='community_jcec_prize.html'><img src='images/community/2008/lmenu_Prize.gif' width=164 border=0></a><br>";
	}
}
else {
	out+="<a href='community_jcec_intro.html'><img src='images/community/2008/lmenu_DiscoverDEC.gif' width=164 border=0></a><br>";
}
//out+="<img src='images/community/2008/lmenu_dotline.gif' width=164 height=4 border=0><br>";
//if(pageid == "getstart") {
//	out+="<img src='images/community/2008/lmenu_GetStarted_f2.gif' width=164 border=0><br>";
//}
//else {
//	out+="<a href='community_jcec_getstart.html'><img src='images/community/2008/lmenu_GetStarted.gif' width=164 border=0></a><br>";
//}
out+="<img src='images/community/2008/lmenu_dotline.gif' width=164 height=4 border=0><br>";
if(pageid == "award") {
	out+="<img src='images/community/2008/lmenu_AwardsNHighligh_f2.gif' width=164 border=0><br>";	
	if(subpageid == "winner2008") {
		out+="<img src='images/community/2008/lmenu_winner08to09_f2.gif' width=164 border=0><br>";
	}
	else {
		out+="<a href='community_jcec_winner2008.html'><img src='images/community/2008/lmenu_winner08to09.gif' width=164 border=0></a><br>";
	}
	if(subpageid == "eventvideo") {
		out+="<img src='images/community/2008/lmenu_eventvideo_f2.gif' width=164 border=0><br>";
	}
	else {
		out+="<a href='community_jcec_eventvideo.html'><img src='images/community/2008/lmenu_eventvideo.gif' width=164 border=0></a><br>";
	}
	if(subpageid == "eventphoto") {
		out+="<img src='images/community/2008/lmenu_eventphotos_f2.gif' width=164 border=0><br>";
	}
	else {
		out+="<a href='community_jcec_eventphoto.html'><img src='images/community/2008/lmenu_eventphotos.gif' width=164 border=0></a><br>";
	}
}
else {
	out+="<a href='community_jcec_winner2008.html'><img src='images/community/2008/lmenu_AwardsNHighligh.gif' width=164 border=0></a><br>";
}
out+="<img src='images/community/2008/lmenu_dotline.gif' width=164 height=4 border=0><br>";
if(pageid == "download") {
	out+="<img src='images/community/2008/lmenu_Download_f2.gif' width=164 border=0><br>";
}
else {
	out+="<a href='community_jcec_download.html'><img src='images/community/2008/lmenu_Download.gif' width=164 border=0></a><br>";
}
out+="<img src='images/community/2008/lmenu_dotline.gif' width=164 height=4 border=0><br>";
if(pageid == "contactus") {
	out+="<img src='images/community/2008/lmenu_ContactUs_f2.gif' width=164 border=0><br>";
}
else {
	out+="<a href='community_jcec_contactus.html'><img src='images/community/2008/lmenu_ContactUs.gif' width=164 border=0></a><br>";
}
out+="<img src='images/community/2008/lmenu_dotline.gif' width=164 height=4 border=0><br>";
out+="</td></tr>";
out+="<tr><td valign='bottom'><img src='images/community/2008/lmenu_bottom.gif' width=164 height=68 border=0></tD></tr>";


out+="</table>";
document.write(out);