function mmLoadMenus(url) {
  if (window.mm_menu_0507150052_0) return;
 
    window.mm_menu_0507150052_0 = new Menu("root",173,17,"Trebuchet MS",11,"#FFFFFF","#FFCC66","#000000","#660000","left","absmiddle",4,0,1000,-5,7,true,true,true,2,true,true);
    // ---------------------------------------
    // The Studio
    // ---------------------------------------
    mm_menu_0507150052_0.addMenuItem("Introduction","location='http://www.nazarethstudio.com/index.php?studio/s_intro'");
    mm_menu_0507150052_0.addMenuItem("Commission&nbsp;an&nbsp;Icon","location='http://www.nazarethstudio.com/index.php?studio/s_comm'");
    mm_menu_0507150052_0.addMenuItem("Reproductions","location='http://www.nazarethstudio.com/index.php?studio/s_repro'");
    //mm_menu_0507150052_0.addMenuItem("Greeting&nbsp;and&nbsp;Note&nbsp;Cards","location='http://www.nazarethstudio.com/index.php?studio/s_gcards'");
    //mm_menu_0507150052_0.addMenuItem("Holy&nbsp;Cards","location='http://www.nazarethstudio.com/index.php?studio/s_hcards'");
    mm_menu_0507150052_0.addMenuItem("Gift&nbsp;Ideas","location='http://www.nazarethstudio.com/index.php?studio/s_gifts'");
    mm_menu_0507150052_0.hideOnMouseOut=true;
    mm_menu_0507150052_0.bgColor='#FFFF99';
    mm_menu_0507150052_0.menuBorder=1;
    mm_menu_0507150052_0.menuLiteBgColor='#FFFF99';
    mm_menu_0507150052_0.menuBorderBgColor='#261203';
    window.mm_menu_0507152949_0 = new Menu("root",156,17,"Trebuchet MS",11,"#FFFFFF","#FFCC66","#000000","#660000","left","absmiddle",4,0,1000,-5,7,true,true,true,2,true,true);
    // ---------------------------------------
    // Understanding Icons
    // ---------------------------------------
    mm_menu_0507152949_0.addMenuItem("What&nbsp;Are&nbsp;Icons?","location='http://www.nazarethstudio.com/index.php?icons/i_history'");
    mm_menu_0507152949_0.addMenuItem("The&nbsp;Picture's&nbsp;Meaning","location='http://www.nazarethstudio.com/index.php?icons/i_meaning'");
    mm_menu_0507152949_0.addMenuItem("Color&nbsp;in&nbsp;Iconography","location='http://www.nazarethstudio.com/index.php?icons/i_color'");
    mm_menu_0507152949_0.addMenuItem("Symbolism","location='http://www.nazarethstudio.com/index.php?icons/i_symbol'");
    mm_menu_0507152949_0.addMenuItem("Apostolate","location='http://www.isjoseph.com'");
    mm_menu_0507152949_0.hideOnMouseOut=true;
    mm_menu_0507152949_0.bgColor='#FFFF99';
    mm_menu_0507152949_0.menuBorder=1;
    mm_menu_0507152949_0.menuLiteBgColor='#FFFF99';
    mm_menu_0507152949_0.menuBorderBgColor='#261203';
    window.mm_menu_0507154634_0 = new Menu("root",250,17,"Trebuchet MS",11,"#FFFFFF","#FFCC66","#000000","#660000","left","absmiddle",4,0,1000,-5,7,true,true,true,2,true,true);
    // ---------------------------------------
    // The Catalog
    // ---------------------------------------
    mm_menu_0507154634_0.addMenuItem("Our&nbsp;Catalog","location='http://www.nazarethstudio.com/gallery2/main.php'");
    mm_menu_0507154634_0.addMenuItem("Fine&nbsp;quality&nbsp;reproductions&nbsp;&amp;&nbsp;greeting&nbsp;cards","location='http://www.nazarethstudio.com/gallery2/main.php?g2_itemId=25'");
   // mm_menu_0507154634_0.addMenuItem("Christmas&nbsp;greeting cards","location='http://www.nazarethstudio.com/gallery/NS_view_album.php?set_albumName=christmas2006'");
    mm_menu_0507154634_0.addMenuItem("Original&nbsp;icons&nbsp;for&nbsp;sale","location='http://www.nazarethstudio.com/gallery2/main.php?g2_itemId=27'");
    mm_menu_0507154634_0.addMenuItem("Private&nbsp;Collections","location='http://www.nazarethstudio.com/index.php?catalog/collections'");
    mm_menu_0507154634_0.addMenuItem("Miscellaneous&nbsp;Items","location='http://www.nazarethstudio.com/gallery2/main.php?g2_itemId=195'");
    mm_menu_0507154634_0.hideOnMouseOut=true;
    mm_menu_0507154634_0.bgColor='#FFFF99';
    mm_menu_0507154634_0.menuBorder=1;
    mm_menu_0507154634_0.menuLiteBgColor='#FFFF99';
    mm_menu_0507154634_0.menuBorderBgColor='#261203';
    mm_menu_0507154634_0.writeMenus();
} // mmLoadMenus()

//open Email window function

function openEmailWindow(url,name)
{
        popupEmailWin = window.open(url,name,"dependent,scrollbars=yes,resizable=yes,width=535,height=512,left=130,top=23");
        if (window.focus) {popupEmailWin.focus();}
}

function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}

