
function display_menu_1() {
  navStyle1.image=Config_CDN_URL + "v/vspfiles/templates/30/images/Template/Menu1_Bullet.gif";
  navStyle1.subimage=Config_CDN_URL + "v/vspfiles/templates/30/images/Template/Menu1_Bullet_End.gif";
  with(milonic=new menuname("m_v1p0")) {
    style=navStyle1;
    itemwidth="200";
    alwaysvisible=1;
    orientation="horizontal";
    position="relative";
    aI("text=Home;url=http://www.lmfcandles.com/;pagematch=[-_]s/3\\.htm$|searchresults\\.asp\\?cat=3$;");
    aI("text=List of Scents;url=http://lmflistofscents.blogspot.com/;target=_blank;pagematch=[-_]s/1\\.htm$|searchresults\\.asp\\?cat=1$;");
    aI("text=Clearance;url=http://www.lmfcandles.com/category_s/22.htm;pagematch=[-_]s/22\\.htm$|searchresults\\.asp\\?cat=22$;");
    aI("text=LMF Blog;url=http://www.lmfcandles.blogspot.com/;target=_blank;pagematch=[-_]s/23\\.htm$|searchresults\\.asp\\?cat=23$;");
  }
  drawMenus();
}


