_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=-2;
buildafterload="true";


with(menuStyle=new mm_style()){
bordercolor="White";
borderstyle="solid";
borderwidth="1";
fontfamily="Verdana, Tahoma, Arial";
fontsize="8pt";
fontstyle="normal";
fontweight="bold";
image="images/dots4.gif";
offbgcolor="#0000AA";
offcolor="#ffffff";
onbgcolor="#00AAFF";
oncolor="#ffffff";
padding="6";
separatorcolor="#ffffff";
separatorsize="5";
subimage="images/arrow5_black_8x8.gif";
subimagepadding="2";
overimage="images/whitedots.gif";
imagepadding="6";
itemwidth="160";
}

with(submenuStyle=new mm_style()){
bordercolor="#373737";
borderstyle="solid";
borderwidth="2";
fontfamily="Verdana, Tahoma, Arial";
fontsize="8pt";
fontstyle="normal";
offbgcolor="Wheat";
offcolor="Black";
onbgcolor="#FF0000";
oncolor="White";
padding="4";
pagecolor="White";
separatorcolor="#0000AA";
separatorsize="1";
subimage="images/arrow5_black_8x8.gif";
subimagepadding="2";
}

with(milonic=new menuname("Main Menu")){
position="relative";
style=menuStyle;
alwaysvisible="1";
orientation="vertical";
aI("text=Home Page;target=;url=http://www.emeraldreflections.com/;");
aI("showmenu=Products/BooksLEFT_MENU;text=Products;target=;url=Products.html;");
aI("text=shop;target=;url=shop.html;");
aI("showmenu=Photo Gallery/MountainsLEFT_MENU;text=Photo Gallery;target=;url=Photo-Gallery.html;");
aI("text=Contact Us;target=;url=Contact-Us.html;");
aI("text=Legal;target=;url=Legal.html;");
aI("text=Site Map;target=;url=sitemap-page-order.html;");
}

with(milonic=new menuname("Products/BooksLEFT_MENU")){
style=submenuStyle;
aI("text=Books;target=;url=Books.html;");
aI("text=Calendars;target=;url=Calendars.html;");
aI("text=Postcards;target=;url=Postcards.html;");
aI("text=Bookmarks;target=;url=Bookmarks.html;");
}

with(milonic=new menuname("Photo Gallery/MountainsLEFT_MENU")){
style=submenuStyle;
aI("text=Mountains;target=;url=Mountains.html;");
aI("text=Beaches;target=;url=Beaches.html;");
aI("text=Loughs;target=;url=Loughs.html;");
aI("text=Towns;target=;url=Towns.html;");
aI("text=Rivers;target=;url=Rivers.html;");
}


 drawMenus();

