
function fwLoadMenus() {
  if (window.fw_menu_0) return;
  window.fw_menu_0 = new Menu("root",100,20,"Verdana, Arial, Helvetica, sans-serif",12,"#B2BDBE","#DEB03A","#000000","#000000");
  fw_menu_0.addMenuItem("Webbdesign","location='web.htm'");
  fw_menu_0.addMenuItem("Process","location='webdesign.htm'");
   fw_menu_0.hideOnMouseOut=true;
  window.fw_menu_1 = new Menu("root",245,20,"Verdana, Arial, Helvetica, sans-serif",12,"#B2BDBE","#DEB03A","#000000","#000000");
  fw_menu_1.addMenuItem("Sea Monster and Boat","location='art_seamonster.htm'");
  fw_menu_1.addMenuItem("Clandestines 2029?","location='art_clandestines.htm'");
  fw_menu_1.addMenuItem("17 minutes - Kronobergs Slottsruin","location='kronoberg.htm'");
  fw_menu_1.addMenuItem("I Do Not Know What It Looks Like...","location='art_chairs08.htm'");
  fw_menu_1.addMenuItem("Naked Spine","location='art_roma.htm'");  
  fw_menu_1.addMenuItem("17 minutes - Hide Kulturbrott","location='hide.htm'");
  fw_menu_1.addMenuItem("Das Glasperlenspiel","location='art_gps.htm'");
  fw_menu_1.addMenuItem("The End of the Line?","location='art_eol.htm'");
  fw_menu_1.addMenuItem("Age Quod Agis","location='art_age.htm'");
  fw_menu_1.addMenuItem("There is No Remembering...","location='art_rwf.htm'");
  fw_menu_1.addMenuItem("The Camera Obscura","location='art_cob.htm'");
  fw_menu_1.addMenuItem("Between Memory and History","location='art_bmh.htm'");
  fw_menu_1.addMenuItem("Botanical Garden","location='art_ebg.htm'");
  fw_menu_1.addMenuItem("My Breath Inside...","location='art_breath.htm'");
  fw_menu_1.addMenuItem("Seventeen Minutes","location='art_17.htm'");
  fw_menu_1.addMenuItem("Undergraduate Work","location='art_eca.htm'");
  fw_menu_1.addMenuItem("Artist Statement","location='statement.htm'");
  fw_menu_1.addMenuItem("Resume","location='resume.htm'");
   fw_menu_1.hideOnMouseOut=true;

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


