
function display_menu_1() {
  navStyle1.image=Config_CDN_URL + "v/vspfiles/templates/active/images/Template/Menu1_Bullet.gif";
  navStyle1.subimage=Config_CDN_URL + "v/vspfiles/templates/active/images/Template/Menu1_Bullet_End.gif";
  with(milonic=new menuname("m_v1p0")) {
    style=navStyle1;
    itemwidth="";
    alwaysvisible=1;
    orientation="vertical";
    position="relative";
    aI("text=MYPRESSI TWIST;url=http://shop.mypressi.com/mypressi_twist_s/37.htm;pagematch=[-_]s/37\\.htm$|searchresults\\.asp\\?cat=37$;");
    aI("text=SPECIAL DEALS;url=http://shop.mypressi.com/category_s/52.htm;pagematch=[-_]s/52\\.htm$|searchresults\\.asp\\?cat=52$;");
    aI("text=ACCESSORIES;url=http://shop.mypressi.com/category_s/43.htm;pagematch=[-_]s/43\\.htm$|searchresults\\.asp\\?cat=43$;");
  }
  drawMenus();
}


function display_menu_2() {
  navStyle2.image=Config_CDN_URL + "v/vspfiles/templates/active/images/Template/Menu2_Bullet.gif";
  navStyle2.subimage=Config_CDN_URL + "v/vspfiles/templates/active/images/Template/Menu2_Bullet_End.gif";
  with(milonic=new menuname("m_v2p0")) {
    style=navStyle2;
    itemwidth="";
    alwaysvisible=1;
    orientation="horizontal";
    position="relative";
    aI("text=Support;url=http://shop.mypressi.com/help.asp;pagematch=[-_]s/46\\.htm$|searchresults\\.asp\\?cat=46$;");
  }
  drawMenus();
}


