
function display_menu_1() {
  navStyle1.image="/v/vspfiles/templates/UHJ_Custom/images/Template/Menu1_Bullet.gif";
  navStyle1.subimage="/v/vspfiles/templates/UHJ_Custom/images/Template/Menu1_Bullet_End.gif";
  with(milonic=new menuname("m_v1p0")) {
    style=navStyle1;
    itemwidth="200";
    alwaysvisible=1;
    orientation="vertical";
    position="relative";
    aI("text=Ultimate Home Journal;url=http://www.ultimatehomejournal.com/category_s/3.htm;pagematch=[-_]s/3\\.htm$|searchresults\\.asp\\?cat=3$;");
  }
  drawMenus();
}


function display_menu_2() {
  navStyle2.image="/v/vspfiles/templates/UHJ_Custom/images/Template/Menu2_Bullet.gif";
  navStyle2.subimage="/v/vspfiles/templates/UHJ_Custom/images/Template/Menu2_Bullet_End.gif";
  with(milonic=new menuname("m_v2p0")) {
    style=navStyle2;
    itemwidth="200";
    alwaysvisible=1;
    orientation="vertical";
    position="relative";
    aI("text=About Us;url=/aboutus.asp;pagematch=[-_]s/21\\.htm$|searchresults\\.asp\\?cat=21$;");
    aI("text=Client Testimonials;url=http://www.ultimatehomejournal.com/category_s/24.htm;pagematch=[-_]s/24\\.htm$|searchresults\\.asp\\?cat=24$;");
    aI("text=Our Partnership Program;url=http://www.ultimatehomejournal.com/category_s/20.htm;pagematch=[-_]s/20\\.htm$|searchresults\\.asp\\?cat=20$;");
    aI("text=Shipping;url=http://www.ultimatehomejournal.com/category_s/22.htm;pagematch=[-_]s/22\\.htm$|searchresults\\.asp\\?cat=22$;");
    aI("text=Your Account;url=../myaccount.asp;pagematch=[-_]s/23\\.htm$|searchresults\\.asp\\?cat=23$;");
  }
  drawMenus();
}

