
function display_menu_1() {
  navStyle1.image=Config_CDN_URL + "v/vspfiles/templates/sp11/images/Template/Menu1_Bullet.gif";
  navStyle1.subimage=Config_CDN_URL + "v/vspfiles/templates/sp11/images/Template/Menu1_Bullet_End.gif";
  with(milonic=new menuname("m_v1p0")) {
    style=navStyle1;
    itemwidth="";
    alwaysvisible=1;
    orientation="horizontal";
    position="relative";
    aI("text=Shop Online;url=/Shop_Online_s/43.htm;pagematch=[-_]s/43\\.htm$|searchresults\\.asp\\?cat=43$;");
    aI("text=Find Retailers;url=/Articles.asp?ID=245;pagematch=[-_]s/53\\.htm$|searchresults\\.asp\\?cat=53$;");
    aI("text=About Spitzer;url=/aboutus.asp;pagematch=[-_]s/44\\.htm$|searchresults\\.asp\\?cat=44$;");
    aI("text=Press;url=http://www.spitzerproducts.com/category_s/45.htm;pagematch=[-_]s/45\\.htm$|searchresults\\.asp\\?cat=45$;");
  }
  drawMenus();
}


