<!--
function fwLoadMenus() {

    var magic_path="http://www.smithhartvigsen.com";
    //alert(window.location);
    var str=window.location+"";
    var pos=str.indexOf("lawonline");
    //alert("POS: "+pos);

    if(pos>=0)
    {
    	magic_path="http://www.smithlawonline.com";
    }
    else magic_path="http://www.smithhartvigsen.com";

  //alert("Magic Path: " + magic_path);
  
  if (window.fw_menu_0) return;

  window.fw_menu_0 = new Menu("root",136,19,"Arial, Helvetica, sans-serif",12,"#0080be","#FFFFFF","#FFFFFF","#0080be");

  fw_menu_0.addMenuItem("About Us","location='"+magic_path+"/about.htm'");

  fw_menu_0.addMenuItem("Our Clients","location='"+magic_path+"/clients.htm'");

  fw_menu_0.addMenuItem("Community","location='"+magic_path+"/community.htm'");

  fw_menu_0.addMenuItem("Recruitment","location='"+magic_path+"/recruit.htm'");
  
  fw_menu_0.addMenuItem("Published Cases","location='"+magic_path+"/cases1.htm'");

  fw_menu_0.addMenuItem("Contact Info","location='"+magic_path+"/contact.htm'");

   fw_menu_0.hideOnMouseOut=true;

  window.fw_menu_1 = new Menu("practice",300,19,"Arial, Helvetica, sans-serif",12,"#0080be","#FFFFFF","#FFFFFF","#0080be");

  fw_menu_1.addMenuItem("Administrative Law","location='"+magic_path+"/Practice/Admin_Law.htm'");
  fw_menu_1.addMenuItem("Appeals","location='"+magic_path+"/Practice/appellate.htm'");
  fw_menu_1.addMenuItem("Business and Commercial Law","location='"+magic_path+"/Practice/business.htm'");
  fw_menu_1.addMenuItem("Complex and General Litigation","location='"+magic_path+"/Practice/Litigation.htm'");
  fw_menu_1.addMenuItem("Employment Law","location='"+magic_path+"/Practice/Employment.htm'");
  fw_menu_1.addMenuItem("Environmental and Natural Resource Law","location='"+magic_path+"/Practice/EnvironNatural.htm'");
  fw_menu_1.addMenuItem("Land Use and Real Property","location='"+magic_path+"/Practice/land.htm'");
  fw_menu_1.addMenuItem("Municipal Bonds","location='"+magic_path+"/Practice/Municipal_Bonds.htm'");  
  fw_menu_1.addMenuItem("Municipal, Local Gov't and Special Districts","location='"+magic_path+"/Practice/Municipal.htm'");
  fw_menu_1.addMenuItem("Redevelopment, Condemnation, Eminent Domain","location='"+magic_path+"/Practice/EminentDomain.htm'");
  fw_menu_1.addMenuItem("Water Law","location='"+magic_path+"/Practice/water.htm'");
  fw_menu_1.addMenuItem("Wills, Trusts and Estates","location='"+magic_path+"/Practice/wills.htm'");

   fw_menu_1.hideOnMouseOut=true;

  window.fw_menu_2 = new Menu("attorneys",150,19,"Arial, Helvetica, sans-serif",12,"#0080be","#FFFFFF","#FFFFFF","#0080be");

  //fw_menu_2.addMenuItem("Bateman, Brent N.","location='"+magic_path+"/attorneys/bateman.htm'");
  fw_menu_2.addMenuItem("Bryner, Bryan C.","location='"+magic_path+"/attorneys/bryner.htm'");
  fw_menu_2.addMenuItem("Crook, D. Scott","location='"+magic_path+"/attorneys/crook.htm'");
  fw_menu_2.addMenuItem("Delacenserie, Nancy J.","location='"+magic_path+"/attorneys/delacenserie.htm'");
  fw_menu_2.addMenuItem("Ellsworth, Scott M.","location='"+magic_path+"/attorneys/ellsworth.htm'");
  fw_menu_2.addMenuItem("Fuller, Lyle J.","location='"+magic_path+"/attorneys/fuller.htm'");
  fw_menu_2.addMenuItem("Hartvigsen, David B.","location='"+magic_path+"/attorneys/hartvigsen.htm'");
  fw_menu_2.addMenuItem("Jensen, Matthew E.","location='"+magic_path+"/attorneys/jensen.htm'");
  fw_menu_2.addMenuItem("Johnson, Eric Todd","location='"+magic_path+"/attorneys/johnson.htm'");
  fw_menu_2.addMenuItem("Nielsen, Clark R.","location='"+magic_path+"/attorneys/nielsen.htm'");
  fw_menu_2.addMenuItem("Preston, R. Christopher","location='"+magic_path+"/attorneys/preston.htm'");
  fw_menu_2.addMenuItem("Smith, J. Craig","location='"+magic_path+"/attorneys/smith.htm'");
  fw_menu_2.addMenuItem("Steffey, Kathryn","location='"+magic_path+"/attorneys/steffey.htm'");
  fw_menu_2.addMenuItem("Stewart, Steven H.","location='"+magic_path+"/attorneys/stewart.htm'");


   fw_menu_2.hideOnMouseOut=true;

  window.fw_menu_3 = new Menu("resources",124,19,"Arial, Helvetica, sans-serif",12,"#0080be","#FFFFFF","#FFFFFF","#0080be");

  fw_menu_3.addMenuItem("Articles","location='"+magic_path+"/resources.htm'");
  fw_menu_3.addMenuItem("Newsletters/Alerts","location='"+magic_path+"/Resources/alerts.htm'");

   fw_menu_3.hideOnMouseOut=true;   

  window.fw_menu_4 = new Menu("news",122,19,"Arial, Helvetica, sans-serif",12,"#0080be","#FFFFFF","#FFFFFF","#0080be");

  fw_menu_4.addMenuItem("Recent News","location='"+magic_path+"/news.htm'");

  fw_menu_4.addMenuItem("News Archives","location='"+magic_path+"/Archives/'");

  fw_menu_4.addMenuItem("Press Contacts","location='"+magic_path+"/News/press.htm'");

   fw_menu_4.hideOnMouseOut=true;

  window.fw_menu_5 = new Menu("links",114,19,"Arial, Helvetica, sans-serif",12,"#0080be","#FFFFFF","#FFFFFF","#0080be");

  fw_menu_5.addMenuItem("Water and Land","location='"+magic_path+"/Useful+Links/waterlinks.htm'");

  fw_menu_5.addMenuItem("Government","location='"+magic_path+"/Useful+Links/govlinks.htm'");

 fw_menu_5.addMenuItem("Law-Related","location='"+magic_path+"/Useful+Links/lawlinks.htm'");

   fw_menu_5.hideOnMouseOut=true;   

  fw_menu_5.writeMenus();

} // fwLoadMenus()

//-->