
function fwLoadMenus() {
	if (window.fw_menu_0) return;

	//Menu: label, mw, mh, fnt, fs, fclr, fhclr, bg, bgh
	
	
	var fclr	= "#ffffff";	//font color
	var fhclr	= "#000000";	//font hilite color
	var bg		= "#000000";	//background color
	var bgh		= "#FFFFFF";	//background hilite color
	window.fw_menu_0 = new Menu("root",130,17,"Verdana, Arial, Helvetica, sans-serif",10,fclr,fhclr,bg,bgh);
	fw_menu_0.addMenuItem("General Diabetic Information","location='diabetesinformation.shtml'");
	fw_menu_0.addMenuItem("Diabetes Wellness Center","location='diabeteswellnesscenter.shtml'");
	fw_menu_0.addMenuItem("Diet Control","location='dietcontrol.shtml'");
	fw_menu_0.addMenuItem("Exercise","location='exercise.shtml'");
	fw_menu_0.addMenuItem("Diet Control","location='dietcontrol.shtml'");
	fw_menu_0.fontWeight="normal";
	fw_menu_0.hideOnMouseOut=true;

	window.fw_menu_1 = new Menu("root",145,17,"Verdana, Arial, Helvetica, sans-serif",10,fclr,fhclr,bg,bgh);
	fw_menu_1.addMenuItem("Interactive Marketing","location='styles.shtml'");
	fw_menu_1.fontWeight="normal";
	fw_menu_1.hideOnMouseOut=true;

	window.fw_menu_2 = new Menu("root",160,19,"Verdana, Arial, Helvetica, sans-serif",10,fclr,fhclr,bg,bgh);
	fw_menu_2.addMenuItem("Dads Page","location='dadsnews.shtml'");
	fw_menu_2.fontWeight="normal";
	fw_menu_2.hideOnMouseOut=true;

	window.fw_menu_3 = new Menu("root",150,17,"Verdana, Arial, Helvetica, sans-serif",10,fclr,fhclr,bg,bgh);
	fw_menu_3.addMenuItem("Site","location='http://www.jeremymiller.us'");
	fw_menu_3.fontWeight="normal";
	fw_menu_3.hideOnMouseOut=true;

	window.fw_menu_4 = new Menu("root",156,17,"Verdana, Arial, Helvetica, sans-serif",10,fclr,fhclr,bg,bgh);
	fw_menu_4.addMenuItem("Newspaper Delivery","location='newspaperdelivery.shtml'");
	fw_menu_4.fontWeight="normal";
	fw_menu_4.hideOnMouseOut=true;

	window.fw_menu_5 = new Menu("root",96,17,"Verdana, Arial, Helvetica, sans-serif",10,fclr,fhclr,bg,bgh);
	fw_menu_5.addMenuItem("contact us","location='./contactUs.asp'");
	fw_menu_5.fontWeight="normal";
	fw_menu_5.hideOnMouseOut=true;
	
	fw_menu_5.writeMenus();
} // fwLoadMenus()
