// menu.js// copyright 2004 by gregerb.com. All rights reserved.//function fwLoadMenus() {  if (window.fw_menu_0) return;  window.fw_menu_0 = new Menu("root",115,14,"Arial, Helvetica, sans-serif",10,"#000000","#990066","#dddddd","#cccccc");  fw_menu_0.addMenuItem("<img src='../images/dot.gif' alt='dot' width='9' height='9' border='0'> Biography","location='gallery.cgi?mode=bio'");  fw_menu_0.addMenuItem("<img src='../images/dot.gif' alt='dot' width='9' height='9' border='0'> Sales Policy","location='gallery.cgi?mode=sales'");  fw_menu_0.addMenuItem("<img src='../images/dot.gif' alt='dot' width='9' height='9' border='0'> Privacy","location='gallery.cgi?mode=privacy'");  fw_menu_0.addMenuItem("<img src='../images/dot.gif' alt='dot' width='9' height='9' border='0'> Contact Us","location='gallery.cgi?mode=contact'");   fw_menu_0.hideOnMouseOut=true;  window.fw_menu_1 = new Menu("root",140,14,"Arial, Helvetica, sans-serif",10,"#000000","#990066","#dddddd","#cccccc");  fw_menu_1.addMenuItem("<img src='../images/dot.gif' alt='dot' width='9' height='9' border='0'> All Images","location='gallery.cgi?mode=gal&type=image&start=0'");  fw_menu_1.addMenuItem("<img src='../images/dot.gif' alt='dot' width='9' height='9' border='0'> New Images","location='gallery.cgi?mode=gal&type=new&start=0'");  fw_menu_1.addMenuItem("<img src='../images/dot.gif' alt='dot' width='9' height='9' border='0'> Avaiilable Images","location='gallery.cgi?mode=gal&type=available&start=0'");  fw_menu_1.addMenuItem("<img src='../images/dot.gif' alt='dot' width='9' height='9' border='0'> Landscapes","location='gallery.cgi?mode=gal&type=landscape&start=0'");  fw_menu_1.addMenuItem("<img src='../images/dot.gif' alt='dot' width='9' height='9' border='0'> Cityscapes","location='gallery.cgi?mode=gal&type=cityscape&start=0'");  fw_menu_1.addMenuItem("<img src='../images/dot.gif' alt='dot' width='9' height='9' border='0'> Seascapes","location='gallery.cgi?mode=gal&type=seascape&start=0'");  fw_menu_1.addMenuItem("<img src='../images/dot.gif' alt='dot' width='9' height='9' border='0'> Still Lifes","location='gallery.cgi?mode=gal&type=stilllife&start=0'");  fw_menu_1.addMenuItem("<img src='../images/dot.gif' alt='dot' width='9' height='9' border='0'> Florals","location='gallery.cgi?mode=gal&type=floral&start=0'");  fw_menu_1.addMenuItem("<img src='../images/dot.gif' alt='dot' width='9' height='9' border='0'> Portraits","location='gallery.cgi?mode=gal&type=portrait&start=0'");  fw_menu_1.addMenuItem("<img src='../images/dot.gif' alt='dot' width='9' height='9' border='0'> Pet Portraits","location='gallery.cgi?mode=gal&type=puppy&start=0'");//  fw_menu_1.addMenuItem("<img src='../images/dot.gif' alt='dot' width='9' height='9' border='0'> Commission an Original","location='gallery.cgi?mode=commission'");   fw_menu_1.hideOnMouseOut=true;  window.fw_menu_2 = new Menu("root",140,14,"Arial, Helvetica, sans-serif",10,"#000000","#990066","#dddddd","#cccccc");  fw_menu_2.addMenuItem("<img src='../images/dot.gif' alt='dot' width='9' height='9' border='0'> Limited Edition Paper","location='gallery.cgi?mode=gal&type=reproduction&start=0'");  fw_menu_2.addMenuItem("<img src='../images/dot.gif' alt='dot' width='9' height='9' border='0'> Limited Edition Canvas","location='gallery.cgi?mode=gal&type=reproduction&start=0'");  fw_menu_2.addMenuItem("<img src='../images/dot.gif' alt='dot' width='9' height='9' border='0'> Fine Art Glossary","location='gallery.cgi?mode=glossary'");   fw_menu_2.hideOnMouseOut=true;  window.fw_menu_3 = new Menu("root",120,14,"Arial, Helvetica, sans-serif",10,"#000000","#990066","#dddddd","#cccccc");  fw_menu_3.addMenuItem("<img src='../images/dot.gif' alt='dot' width='9' height='9' border='0'> Find a Dealer","location='gallery.cgi?mode=dealer&type=find&state=all'");  fw_menu_3.addMenuItem("<img src='../images/dot.gif' alt='dot' width='9' height='9' border='0'> Become a Dealer","location='gallery.cgi?mode=dealer&type=become'");   fw_menu_3.hideOnMouseOut=true;  window.fw_menu_4 = new Menu("root",142,14,"Arial, Helvetica, sans-serif",10,"#000000","#990066","#dddddd","#cccccc");  fw_menu_4.addMenuItem("<img src='../images/dot.gif' alt='dot' width='9' height='9' border='0'> Juried Fine Art Festivals","location='schedule.cgi'");  fw_menu_4.addMenuItem("<img src='../images/dot.gif' alt='dot' width='9' height='9' border='0'> Restaurant Shows","location='gallery.cgi?mode=restaurants'");   fw_menu_4.hideOnMouseOut=true;  fw_menu_4.writeMenus();} 