
function display_menu_1() {
  navStyle1.image=Config_CDN_URL + "v/vspfiles/templates/shutter/images/Template/Menu1_Bullet.gif";
  navStyle1.subimage=Config_CDN_URL + "v/vspfiles/templates/shutter/images/Template/Menu1_Bullet_End.gif";
  with(milonic=new menuname("m_v1p0")) {
    style=navStyle1;
    itemwidth="";
    alwaysvisible=1;
    orientation="horizontal";
    position="relative";
    aI("text=Products;url=/SearchResults.asp?Cat=2;pagematch=[-_]s/29\\.htm$|searchresults\\.asp\\?cat=29$;");
    aI("text=Accessories;url=/SearchResults.asp?Cat=1;pagematch=[-_]s/28\\.htm$|searchresults\\.asp\\?cat=28$;");
    aI("text=Technical;url=/SearchResults.asp?Cat=24;pagematch=[-_]s/27\\.htm$|searchresults\\.asp\\?cat=27$;");
  }
  drawMenus();
}


function display_menu_2() {
  navStyle2.image=Config_CDN_URL + "v/vspfiles/templates/shutter/images/Template/Menu2_Bullet.gif";
  navStyle2.subimage=Config_CDN_URL + "v/vspfiles/templates/shutter/images/Template/Menu2_Bullet_End.gif";
  with(milonic=new menuname("m_v2p0")) {
    style=navStyle2;
    itemwidth="";
    alwaysvisible=1;
    orientation="vertical";
    position="relative";
    aI("text=Products;url=http://www.okii.net/category_s/2.htm;pagematch=[-_]s/2\\.htm$|searchresults\\.asp\\?cat=2$;");
    aI("text=Accessories;url=http://www.okii.net/category_s/1.htm;pagematch=[-_]s/1\\.htm$|searchresults\\.asp\\?cat=1$;");
    aI("text=Technical;url=http://www.okii.net/category_s/24.htm;pagematch=[-_]s/24\\.htm$|searchresults\\.asp\\?cat=24$;");
    aI("text=Wholesale;url=http://www.okii.net/category_s/30.htm;pagematch=[-_]s/30\\.htm$|searchresults\\.asp\\?cat=30$;");
  }
  drawMenus();
}


