
function display_menu_2() {
  drawMenus();
}


function display_menu_3() {
  navStyle3.image=Config_CDN_URL + "v/vspfiles/templates/Essence/images/Template/Menu3_Bullet.gif";
  navStyle3.subimage=Config_CDN_URL + "v/vspfiles/templates/Essence/images/Template/Menu3_Bullet_End.gif";
  with(milonic=new menuname("m_v3p0")) {
    style=navStyle3;
    itemwidth="";
    alwaysvisible=1;
    orientation="vertical";
    position="relative";
    aI("text=FAQ for Orders;url=/help.asp;pagematch=[-_]s/1669\\.htm$|searchresults\\.asp\\?cat=1669$;");
    aI("text=Shipping;url=/articles.asp?ID=57;pagematch=[-_]s/1630\\.htm$|searchresults\\.asp\\?cat=1630$;");
  }
  drawMenus();
}


