function mmLoadMenus() {
	if (window.menu_products) return;
      
		window.menu_products = new Menu("root",111,20,"Verdana, Arial",9,"#ffffff","#ffffff","#568d56","#396678","left","middle",4,0,400,7,0,true,true,true,0,false,true);
		menu_products.addMenuItem("<b>Fish</b>","window.open('fish.php', '_self');");
		menu_products.addMenuItem("<b>Shrimp</b>","window.open('shrimp.php', '_self');");
		menu_products.addMenuItem("<b>Crab Meat</b>","window.open('crab.php', '_self');");
		menu_products.addMenuItem("<b>Dried</b>","window.open('dried.php', '_self');");
		menu_products.addMenuItem("<b>Value Added</b>","window.open('addvalue.php', '_self');");
		menu_products.addMenuItem("<b>Complete List</b>","window.open('list.php', '_self');");
		menu_products.hideOnMouseOut=true;
		menu_products.menuBorder=1;
		menu_products.menuLiteBgColor='#99cc99';
		menu_products.menuBorderBgColor='#003300';
		menu_products.bgColor='#99cc99';
		
		window.menu_company = new Menu("root",101,20,"Verdana, Arial",9,"#ffffff","#ffffff","#568d56","#396678","left","middle",4,0,400,7,0,true,true,true,0,false,true);
//		menu_company.addMenuItem("<b>Our Difference</b>","window.open('undercontruction.php', '_self');");
		menu_company.addMenuItem("<b>Overview</b>","window.open('overview.php', '_self');");
		menu_company.addMenuItem("<b>History</b>","window.open('history.php', '_self');");
		menu_company.addMenuItem("<b>Management</b>","window.open('management.php', '_self');");
		menu_company.addMenuItem("<b>Testimonials</b>","window.open('viewtestimonial.php', '_self');");
		menu_company.hideOnMouseOut=true;
		menu_company.menuBorder=1;
		menu_company.menuLiteBgColor='#99cc99';
		menu_company.menuBorderBgColor='#003300';
		menu_company.bgColor='#99cc99';
		
		window.menu_team = new Menu("root",121,20,"Verdana, Arial",9,"#ffffff","#ffffff","#568d56","#396678","left","middle",4,0,400,7,0,true,true,true,0,false,true);
		menu_team.addMenuItem("<b>Buying</b>","window.open('undercontruction.php', '_self');");
		menu_team.addMenuItem("<b>Production</b>","window.open('undercontruction.php', '_self');");
		menu_team.addMenuItem("<b>Laboratorium</b>","window.open('lab.php', '_self');");
		menu_team.addMenuItem("<b>Factory Managers</b>","window.open('undercontruction.php', '_self');");
		menu_team.hideOnMouseOut=true;
		menu_team.menuBorder=1;
		menu_team.menuLiteBgColor='#99cc99';
		menu_team.menuBorderBgColor='#003300';
		menu_team.bgColor='#99cc99';
		
		menu_team.writeMenus();
		menu_company.writeMenus();
		menu_recipes.writeMenus();
		menu_products.writeMenus();
			
}
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)
}

