function mmLoadMenus() {
  if (window.mm_menu_0816110915_0) return;
  window.mm_menu_0816110915_0 = new Menu("root",135,25,"Verdana, Arial, Helvetica, sans-serif",11,"#FFFFFF","#FFFFFF","#0099FF","#003399","left","middle",3,0,500,-5,7,true,true,true,0,true,true);
  mm_menu_0816110915_0.addMenuItem("Materialsl&nbsp;We&nbsp;Buy","location='products.asp?catid=1'");
  mm_menu_0816110915_0.addMenuItem("Materials&nbsp;We&nbsp;Sale","location='products.asp?catid=2'");
   mm_menu_0816110915_0.fontWeight="bold";
   mm_menu_0816110915_0.hideOnMouseOut=true;
   mm_menu_0816110915_0.bgColor='#999999';
   mm_menu_0816110915_0.menuBorder=0;
   mm_menu_0816110915_0.menuLiteBgColor='#FFFFFF';
   mm_menu_0816110915_0.menuBorderBgColor='#000000';

mm_menu_0816110915_0.writeMenus();
} // mmLoadMenus()

function popUpCenteredWindow(url) {
	var iMyWidth;
	var iMyHeight;
	iMyWidth = (window.screen.width/3)-100; //half the screen width minus half the new window width (plus 5 pixel borders).
	iMyHeight = (window.screen.height/3)-100 ; //half the screen height minus half the new window height (plus title and status bars).
	var win2 = window.open(url,"Window2","status=no,height=400,width=550,resizable=no,left=" + iMyWidth + ",top=" + iMyHeight + ",screenX=" + iMyWidth + ",screenY=" + iMyHeight + ",scrollbars=yes");
	win2.focus();
}
