function mmLoadMenus() {

	var menuborder, thefonttype, thefontsize, maintext, mouseover, bgmain, menulitebgcolor, menuborderbgcolor, bgcolorshad;
	menuborder = 1;
	thefonttype = "Tahoma,Verdana, Arial, Helvetica, sans-serif";
	thefontsize = 10;
	maintext = "#333399";
	mouseover = "#333399";
	bgmain = "#f7f7f7";
	menulitebgcolor = "#FFFFFF";
	menuborderbgcolor = "#ffffff";
	bgcolorshad = "#cccccc";


  if (window.prod) return;
  window.prod = new Menu("root",147,18, thefonttype, thefontsize, maintext, bgmain, bgmain, mouseover,"left","middle",3,0,550,-5,7,true,true,true,0,true,true);
	prod.addMenuItem("Digital/Offset Printing","location='digital_printing.html'");
  prod.addMenuItem("Artwork & Design","location='artwork_design.html'");
	prod.addMenuItem("Tradeshow Supplies","location='tradeshow_supplies.html'");
  prod.hideOnMouseOut=true;
  prod.menuBorder=menuborder;
  prod.menuLiteBgColor=menulitebgcolor;
  prod.menuBorderBgColor=menuborderbgcolor;
  prod.bgColor=bgcolorshad;
  prod.fontWeight="bold";
  
  prod.writeMenus();
}