function fwLoadMenus() 
{
	if (window.fw_menu_0) return;
	window.fw_menu_0 = new Menu("root",159,19,"Verdana, Arial, Helvetica, sans-serif",12,"#000000","#ffcc66","#ffcc66","#000000");
	fw_menu_0.addMenuItem("How to Order","location='how_to_order.html'");
	fw_menu_0.addMenuItem("Payment Options","location='payment_options.html'");
	fw_menu_0.addMenuItem("Printable Order Form","location='order_form.html'");
	fw_menu_0.hideOnMouseOut=true;
	window.fw_menu_1 = new Menu("root",152,19,"Verdana, Arial, Helvetica, sans-serif",12,"#000000","#ffcc66","#ffcc66","#000000");
	fw_menu_1.addMenuItem("Shaving","location='shaving.html'");
	fw_menu_1.addMenuItem("Cleansers","location='cleansers_men.html'");
	fw_menu_1.addMenuItem("Moisturizers","location='moisturizers_men.html'");
	fw_menu_1.addMenuItem("Bronzing","location='bronzing_powder.html'");
	fw_menu_1.addMenuItem("Skin Care","location='skin_care_men.html'");
	fw_menu_1.addMenuItem("Skin Care Packages","location='SkinCarePackage1.html'");
	fw_menu_1.addMenuItem("Nail Care","location='nails_men.html'");
	fw_menu_1.addMenuItem("Suntan Lotions","location='suntan_men.html'");
	fw_menu_1.addMenuItem("Mens Packages","location='mens_packages.html'");
	fw_menu_1.hideOnMouseOut=true;
	window.fw_menu_2 = new Menu("root",208,19,"Verdana, Arial, Helvetica, sans-serif",12,"#000000","#ffcc66","#ffcc66","#000000");
	fw_menu_2.addMenuItem("Why Claudine Cosmetiques?","location='why_claudine_cosmetiques.html'");
	fw_menu_2.hideOnMouseOut=true;
	window.fw_menu_3 = new Menu("root",109,19,"Verdana, Arial, Helvetica, sans-serif",12,"#000000","#ffcc66","#ffcc66","#000000");
	fw_menu_3.addMenuItem("Ask Claudine","location='ask_claudine.html'");
	fw_menu_3.hideOnMouseOut=true;
		window.fw_menu_4_1 = new Menu("Lips",126,19,"Verdana, Arial, Helvetica, sans-serif",12,"#000000","#ffcc66","#ffcc66","#000000");
		fw_menu_4_1.addMenuItem("Lipsticks","location='lipsticks.html'");
		fw_menu_4_1.addMenuItem("Lipsliks","location='lipsliks.html'");
		fw_menu_4_1.addMenuItem("Contour Pencils","location='contour_pencils.html'");
		fw_menu_4_1.addMenuItem("Accessories","location='lip_accessories.html'");
		fw_menu_4_1.hideOnMouseOut=true;
		window.fw_menu_4_2 = new Menu("Eyes",125,19,"Verdana, Arial, Helvetica, sans-serif",12,"#000000","#ffcc66","#ffcc66","#000000");
		fw_menu_4_2.addMenuItem("Eyeshadows","location='eyeshadows.html'");
		fw_menu_4_2.addMenuItem("Eyeliner Pencils","location='eyeliner_pencils.html'");
		fw_menu_4_2.addMenuItem("Mascara","location='mascara.html'");
		fw_menu_4_2.addMenuItem("Brush on Brow","location='brushonbrow.html'");
		fw_menu_4_2.addMenuItem("Eye Concealer","location='eye_concealer.html'");
		fw_menu_4_2.hideOnMouseOut=true;
	window.fw_menu_4 = new Menu("root",145,19,"Verdana, Arial, Helvetica, sans-serif",12,"#000000","#ffcc66","#ffcc66","#000000");
	fw_menu_4.addMenuItem("Skin Care","location='skin_care.html'");
	fw_menu_4.addMenuItem("Skin Care Package","location='SkinCarePackage.html'");
	fw_menu_4.addMenuItem("Cleansers","location='cleansers_women.html'");
	fw_menu_4.addMenuItem("Foundations","location='foundations.html'");
	fw_menu_4.addMenuItem("Powders","location='powders.html'");
	fw_menu_4.addMenuItem("Blushers","location='blushers.html'");
	fw_menu_4.addMenuItem(fw_menu_4_1);
	fw_menu_4.addMenuItem(fw_menu_4_2);
	fw_menu_4.addMenuItem("Nails","location='nails.html'");
	fw_menu_4.addMenuItem("Suntan Lotions","location='suntan_women.html'");
	fw_menu_4.addMenuItem("Cool Package","location='cool_package.html'");
	fw_menu_4.addMenuItem("Warm Package","location='warm_package.html'");
	fw_menu_4.hideOnMouseOut=true;
	fw_menu_4.childMenuIcon="arrows.gif";

	fw_menu_4.writeMenus();
}

function MM_reloadPage(init) 
{
	//reloads the window if Nav4 resized
	if (init==true) with (navigator) 
	{
		if ((appName=="Netscape")&&(parseInt(appVersion)==4)) 
		{
			document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; 
		}
	}
	else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) 
		location.reload();
}

MM_reloadPage(true);
