 /* the function toppanel() includes the background image and texts in the menu */

document.write("<table width='193' height='170' border='0' align='center' cellpadding='0' cellspacing='0' bgcolor='#999999'>");
document.write("<tr>");
document.write("<td align='center' valign='middle'><table width='189' height='166' border='0' cellpadding='0' cellspacing='0' bgcolor='#FFFFFF'>");
document.write("<tr>");
document.write("<td align='center' valign='middle'><table width='173' height='150' border='0' cellpadding='0' cellspacing='0' bgcolor='#666666'>");
document.write("<tr>");
document.write("<td height='25' align='left' valign='middle' bgcolor='#990000'>&nbsp;&nbsp;&nbsp;<span class=contheadr>What's New?</span></td>");
document.write("</tr>");
document.write("<tr>");
document.write("<td height='23' align='left' valign='middle'>&nbsp;&nbsp;&nbsp;<a href='/new-candidate/' class=leftmenu>New Launch Candidates</a></td>");
document.write("</tr>");
document.write("<tr>");
document.write("<td background='/img/leftmenu_rowcel-bg.gif' bgcolor='#999999'><img src='/img/spacer.gif' width='1' height='2' border='0'></td>");
document.write("</tr>");
document.write("<tr>");
document.write("<td height='23' align='left' valign='middle'>&nbsp;&nbsp;&nbsp;<a href='/persona/' class=leftmenu>Persona</a></td>");
document.write("</tr>");
document.write("<tr>");
document.write("<td align='center' valign='middle' background='/img/leftmenu_rowcel-bg.gif' bgcolor='#999999'><img src='/img/spacer.gif' width='1' height='2' border='0'></td>");
document.write("</tr>");
document.write("<tr>");
document.write("<td height='23' align='left' valign='middle'>&nbsp;&nbsp;&nbsp;<a href='/story-of-the-day/' class=leftmenu>Story of The Day</a></td>");
document.write("</tr>");
document.write("<tr>");
document.write("<td align='center' valign='middle' background='/img/leftmenu_rowcel-bg.gif' bgcolor='#999999'><img src='/img/spacer.gif' width='1' height='2' border='0'></td>");
document.write("</tr>");
document.write("<tr>");
document.write("<td height='23' align='left' valign='middle'>&nbsp;&nbsp;&nbsp;<a href='/new-biography-books/' class=leftmenu>New ");
document.write("Biography Books</a></td>");
document.write("</tr>");
document.write("<tr>");
document.write("<td align='center' valign='middle' background='/img/leftmenu_rowcel-bg.gif' bgcolor='#999999'><img src='/img/spacer.gif' width='1' height='2' border='0'></td>");
document.write("</tr>");
document.write("<tr>");
document.write("<td height='23' align='left' valign='top'>&nbsp;&nbsp;&nbsp;<a href='/corporategraphy/' class=leftmenu>CorporateGraphy</a></td>");
document.write("</tr>");
document.write("</table></td>");
document.write("</tr>");
document.write("</table></td>");
document.write("</tr>");
document.write("</table>");
document.write("");


function menu_toppanel(){
	document.open();
	document.write(document.write);
	document.close();	
}