function mmLoadMenus() {
	if (window.menu_products) return;
      
		window.menu_products = new Menu("root",145,23,"Verdana, Arial",9,"#ffffff","#ffffff","#446699","#445566","left","middle",4,0,400,7,0,true,true,true,0,false,true);
		menu_products.addMenuItem("<b>Threaded Fasteners</b>","window.open('http://www.metricmcc.com/', '_self');");
		menu_products.addMenuItem("<b>Non-Threaded Fasteners</b>","window.open('http://www.metricmcc.com/', '_self');");
		menu_products.addMenuItem("<b>Wrenches</b>","window.open('http://www.metricmcc.com/', '_self');");
		menu_products.addMenuItem("<b>Cutting Tools</b>","window.open('http://www.metricmcc.com/', '_self');");
		menu_products.addMenuItem("<b>Measuring Tools</b>","window.open('http://www.metricmcc.com/', '_self');");
		menu_products.addMenuItem("<b>British</b>","window.open('http://www.metricmcc.com/', '_self');");
		menu_products.addMenuItem("<b>Tubing & Fittings</b>","window.open('http://www.metricmcc.com/', '_self');");
		menu_products.addMenuItem("<b>Assortments</b>","window.open('http://www.metricmcc.com/', '_self');");
		menu_products.hideOnMouseOut=true;
		menu_products.menuBorder=1;
		menu_products.menuLiteBgColor='#bbbbbb';
		menu_products.menuBorderBgColor='#000000';
		menu_products.bgColor='#7799bb';
		
		window.menu_about = new Menu("root",127,23,"Verdana, Arial",9,"#ffffff","#ffffff","#446699","#445566","left","middle",4,0,400,7,0,true,true,true,0,false,true);
		menu_about.addMenuItem("<b>Nature of Our Business</b>","window.open('http://www.metricmcc.com/aboutus/nature_of_business.aspx', '_self');");
		menu_about.addMenuItem("<b>Corporate History</b>","window.open('http://www.metricmcc.com/aboutus/corporate_history.aspx', '_self');");
		menu_about.addMenuItem("<b>News</b>","window.open('http://www.metricmcc.com/aboutus/news_static.aspx', '_self');");
		
		menu_about.addMenuItem("<b>Customer Survey</b>","window.open('http://www.metricmcc.com/aboutus/customer_survey.aspx', '_self');");
		menu_about.addMenuItem("<b>ISO Certificate</b>","window.open('http://www.metricmcc.com/aboutus/iso_certificate.aspx', '_self');");
		menu_about.hideOnMouseOut=true;
		menu_about.menuBorder=1;
		menu_about.menuLiteBgColor='#bbbbbb';
		menu_about.menuBorderBgColor='#000000';
		menu_about.bgColor='#7799bb';
		
		window.menu_contact = new Menu("root",128,20,"Verdana, Arial",9,"#ffffff","#ffffff","#446699","#445566","left","middle",4,0,400,7,0,true,true,true,0,false,true);
		menu_contact.addMenuItem("<b>New York</b>","window.open('http://www.metricmcc.com/contact/contact_ny.aspx', '_self');");
		menu_contact.addMenuItem("<b>Chicago</b>","window.open('http://www.metricmcc.com/contact/contact_chicago.aspx', '_self');");
		menu_contact.addMenuItem("<b>Dallas</b>","window.open('http://www.metricmcc.com/contact/contact_dallas.aspx', '_self');");
		menu_contact.addMenuItem("<b>Atlanta</b>","window.open('http://www.metricmcc.com/contact/contact_atlanta.aspx', '_self');");
		menu_contact.addMenuItem("<b>Reno</b>","window.open('http://www.metricmcc.com/contact/contact_reno.aspx', '_self');");
		menu_contact.addMenuItem("<b>Germany</b>","window.open('http://www.metricmcc.com/contact/contact_germany.aspx', '_self');");
		menu_contact.hideOnMouseOut=true;
		menu_contact.menuBorder=1;
		menu_contact.menuLiteBgColor='#bbbbbb';
		menu_contact.menuBorderBgColor='#000000';
		menu_contact.bgColor='#7799bb';
		
		menu_contact.writeMenus();
		menu_about.writeMenus();
		menu_products.writeMenus();
			
}
function Ot (imgname) {
	document.images[imgname].src = "http://www.foleyfish.com/Images/Layout/" + imgname + ".gif";
}

function Ov (imgname) {
	document.images[imgname].src = "http://www.foleyfish.com/Images/Layout/" + imgname + "_over.gif";
}

function Otj (imgname) {
	document.images[imgname].src = "http://www.foleyfish.com/Images/Layout/" + imgname + ".jpg";
}

function Ovj (imgname) {
	document.images[imgname].src = "http://www.foleyfish.com/Images/Layout/" + imgname + "_over.jpg";
}
function Out (imgname) {
	document.images[imgname].src = "http://www.foleyfish.com/Images/Layout/Products/" + imgname + ".jpg";
	document.images["title"].src = "http://www.foleyfish.com/Images/Layout/Products/prod_title.gif";
}

function Over (imgname) {
	document.images[imgname].src = "http://www.foleyfish.com/Images/Layout/Products/" + imgname + "_over.jpg";
	document.images["title"].src = "http://www.foleyfish.com/Images/Layout/Products/" + imgname + "_title.jpg";
}

function Outb (imgname) {
	document.images[imgname].src = "http://www.foleyfish.com/Images/Menu/box.gif";
}

function Overb (imgname) {
	document.images[imgname].src = "http://www.foleyfish.com/Images/Menu/box_over.gif";
}

function launchWinURL(url, w, h)
{
	window.open(url, "", "fullscreen=no,toolbar=no,status=no,menubar=no,scrollbars=no,resizable=no,directories=no,location=no,width=" + w + ",height=" + h + ",left=50,top=50");
}

function msgbox(string)
{
	alert(string)
}