/*

	fw_menu2.js

*/

function fwLoadMenus() {
	if (window.fw_menu_0) return;
	
	window.fw_menu_0 = new Menu("root",152,22,"Verdana, Arial, Helvetica, sans-serif",10,"#418cbb","#fff","#c5e4f7","#418cbb");
		fw_menu_0.addMenuItem("&nbsp;&nbsp;Biography","location='/biography.html'");
		fw_menu_0.addMenuItem("&nbsp;&nbsp;Philosophy","location='/philosophy.html'");
		fw_menu_0.addMenuItem("&nbsp;&nbsp;Gina in the Press","location='/GinaInThePress.html'");
		fw_menu_0.hideOnMouseOut=true;
	
	window.fw_menu_1 = new Menu("root",190,22,"Verdana, Arial, Helvetica, sans-serif",10,"#418cbb","#fff","#c5e4f7","#418cbb");
		fw_menu_1.addMenuItem("&nbsp;&nbsp;Families Gina has worked with","location='/testimonialsfamily.html'");
		fw_menu_1.addMenuItem("&nbsp;&nbsp;Contented Baby members","location='/testimonialsCBmembers.html'");
		fw_menu_1.addMenuItem("&nbsp;&nbsp;Parents of Contented Babies","location='/testimonialshappyparents.html'");
		fw_menu_1.hideOnMouseOut=true;

	window.fw_menu_2 = new Menu("root",190,22,"Verdana, Arial, Helvetica, sans-serif",10,"#418cbb","#fff","#c5e4f7","#418cbb");
		fw_menu_2.addMenuItem("&nbsp;&nbsp;Myths and Misconceptions","location='/mythsandmisconceptions.html'");
		fw_menu_2.hideOnMouseOut=true;

	fw_menu_0.writeMenus();
	} // fwLoadMenus()