
function display_menu_1() {
  navStyle1.image=Config_CDN_URL + "v/vspfiles/templates/shieldsarta/images/Template/Menu1_Bullet.gif";
  navStyle1.subimage=Config_CDN_URL + "v/vspfiles/templates/shieldsarta/images/Template/Menu1_Bullet_End.gif";
  with(milonic=new menuname("m_v1p0")) {
    style=navStyle1;
    itemwidth="";
    alwaysvisible=1;
    orientation="horizontal";
    position="relative";
    aI("text=Specials;url=http://www.sartatek.com/Specials-s/18.htm;pagematch=[-_]s/18\\.htm$|searchresults\\.asp\\?cat=18$;");
    aI("text=New Arrivals;url=/category-s/43.htm;pagematch=[-_]s/113\\.htm$|searchresults\\.asp\\?cat=113$;");
    aI("text=Featured Products;url=/category-s/43.htm;pagematch=[-_]s/83\\.htm$|searchresults\\.asp\\?cat=83$;");
    aI("text=New Account;url=/register.asp?;pagematch=[-_]s/61\\.htm$|searchresults\\.asp\\?cat=61$;");
  }
  drawMenus();
}


