// Create left navigation menu.

var toolbarHTML = "<!-- Start: ToolBar V2.0-->" +
"<table border='0' cellpadding='0' cellspacing='0' width='100%'>" +
"<tr height='20'><!-- Start: Local menus -->" + 
"<TD bgcolor='#F1F1F1' style='border-top-style: solid; border-top-width: 0px; border-bottom-style: solid; border-bottom-width: 1px' height='20'>" +
"<TABLE CELLPADDING=0 CELLSPACING=0 BORDER=0 height='20'>" + "<TR><!-- Home -->" + "<TD>" + 
"&nbsp;&nbsp; <A href='/mscorp/artcollection/' target=_top ><span class='nav'>Home</span></A>&nbsp;&nbsp;" + 
"</TD><TD>" + "<font size='1'>|</font></TD><!-- Current Exhibition -->" + "<TD>" + 
"&nbsp;&nbsp; <A href='/mscorp/artcollection/exhibitions/' target=_top ><span class='nav'>Current Exhibition</span></A>&nbsp;&nbsp;" + 
"</TD><TD>" + "<font size='1'>|</font></TD>" +
"<!--Past Exhibitions -->" + "<TD>" + 
"&nbsp;&nbsp; <A href='/mscorp/artcollection/exhibition/' target=_top ><span class='nav'>Past Exhibitions</span></A>&nbsp;&nbsp;" + 
"</TD></TR></table></td></tr>" + 
"<!-- End: Local menus -->"
document.write (toolbarHTML);