function showmenubar(iLeft,iTop){
	document.write('<div align="center" style="position:absolute; top:'+iTop+'px; left:'+iLeft+'px; width:700px; height:40px; padding:0px; border: #999999 0px; background-color:transparent;">');
	document.write('<img src ="images/menubar.gif" width=690px height=30px alt="Main Menu" usemap ="#menumap">');
	document.write('<map id=20000 name="menumap">');
	document.write('<area shape ="rect" coords ="0,0,140,30" href ="home.html" target ="_self" alt="Home">');
	document.write('<area shape ="rect" coords ="140,0,280,30" href ="products.htm?pgidx=0&8005=CA" target ="_self" alt="Catalog">');
	document.write('<area shape ="rect" coords ="280,0,420,30" href ="events.htm?event=0" target ="_self" alt="Events">');
	document.write('<area shape ="rect" coords ="420,0,560,30" href ="press.htm" target ="_self" alt="Press">');
	document.write('<area shape ="rect" coords ="560,0,690,30" href ="contact.htm" target ="_self" alt="Contact Us">');
	document.write('</map>');
	document.write('</div>');
}
