function mmLoadMenus() {	
	
	/* 3. gallery */
	window.mm_menu_3 = new Menu("root",185,20,"Arial, Helvetica, sans-serif",12,"#FFFFFF","#000000","#3E5867","#669999","center","middle",3,0,1000,-5,7,true,false,true,0,true,true);
	mm_menu_3.addMenuItem("Technical Manuals","window.open('gallery-tech-manuals.htm', '_self');");
	mm_menu_3.addMenuItem("Technical Illustrations","window.open('gallery-tech-illustrations.htm', '_self');");
	mm_menu_3.addMenuItem("3-D Illustrations","window.open('gallery-3-d-illustration.htm', '_self');");
	mm_menu_3.addMenuItem("Brochure Design & Production","window.open('gallery-brochures-design.htm', '_self');");
	mm_menu_3.addMenuItem("Ad Design & Placement","window.open('gallery-ad-design.htm', '_self');");
	mm_menu_3.addMenuItem("Object Photography","window.open('gallery-photography.htm', '_self');");
	mm_menu_3.addMenuItem("Illustrations","window.open('gallery-illustration.htm', '_self');");
	mm_menu_3.hideOnMouseOut=true;
	mm_menu_3.bgColor='#3E5867';
	mm_menu_3.menuBorder=1;
	mm_menu_3.menuLiteBgColor='#669999';
	mm_menu_3.menuBorderBgColor='#000000';
	
	mm_menu_3.writeMenus();
}
