function fwLoadMenus() {
if (window.fw_menu_0) return;

window.fw_menu_1_1 = new Menu("Sub Menu",175,15,"Arial",10,"#DCEBD1","#A2B98D","#A2B98D","#47652F");
	   fw_menu_1_1.addMenuItem("Sub Menu 01","location='xxx.htm'");
	   fw_menu_1_1.addMenuItem("Sub Menu 02","location='xxx.htm'");
	   fw_menu_1_1.hideOnMouseOut=true;
	   fw_menu_1_1.childMenuIcon="graphics/arrow.gif";
	   
window.fw_menu_1 = new Menu("root",205,15,"Arial",10,"#DCEBD1","#A2B98D","#A2B98D","#47652F");
	   fw_menu_1.addMenuItem("<b style=color:#A2B98D;background-color:#DCEBD1>&nbsp;Video / DVD Categories:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</b>","location='movies.htm'");
	   fw_menu_1.addMenuItem("&nbsp;Instructional on Ploughing","location='instructional.htm'");
	   fw_menu_1.addMenuItem("&nbsp;Ploughing Matches &amp; Working Events","location='matches.htm'");
	   fw_menu_1.addMenuItem("&nbsp;Tractor Road Runs","location='roadruns.htm'");
	   fw_menu_1.addMenuItem("&nbsp;Vintage Commercial","location='commercial.htm'");
	   fw_menu_1.addMenuItem("&nbsp;Buses &amp; Coaches","location='buses.htm'");
	   fw_menu_1.addMenuItem("&nbsp;Military Vehicles","location='military.htm'");
	   fw_menu_1.addMenuItem("&nbsp;Plant &amp; Machinery (+ Unimog)","location='plant.htm'");
	   fw_menu_1.addMenuItem("&nbsp;Heavy Haulage (Superloads/Superhaul)","location='heavy.htm'");
	   fw_menu_1.addMenuItem("&nbsp;Modern Agricultural Machinery","location='modern.htm'");
	   //fw_menu_1.addMenuItem(fw_menu_1_1);
	   fw_menu_1.hideOnMouseOut=true;
	   fw_menu_1.childMenuIcon="graphics/arrow.gif";

	fw_menu_1.writeMenus();
} // fwLoadMenus()


