_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=2;
buildafterload="true";


with(menuStyle=new mm_style()){
bordercolor="FloralWhite";
borderstyle="solid";
borderwidth="1";
fontfamily="Verdana, Tahoma, Arial";
fontsize="8pt";
fontstyle="normal";
fontweight="bold";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="FloralWhite";
offcolor="Blue";
onbgcolor="FloralWhite";
oncolor="Black";
padding="6";
pagebgcolor="FloralWhite";
separatorcolor="FloralWhite";
separatorsize="1";
subimage="images/black_7x7.gif";
subimagepadding="6";
itemwidth="140";
}

with(submenuStyle=new mm_style()){
bordercolor="#000000";
borderstyle="solid";
borderwidth="1";
fontfamily="Verdana, Tahoma, Arial";
fontsize="8pt";
fontstyle="bold";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#ffffff";
offcolor="#000000";
onbgcolor="#999999";
oncolor="#000000";
padding="4";
subimage="images/black_7x7.gif";
subimagepadding="5";
}

with(milonic=new menuname("Main Menu")){
position="relative";
style=menuStyle;
alwaysvisible="1";
aI("text=Lord of The Rings Trilogy;target=;url=./;");
aI("text=The Fellowship of The Ring;target=;url=The-Fellowship-of-The-Ring.html;");
aI("text=The Two Tower;target=;url=The-Two-Tower.html;");
aI("text=The Return of The King;target=;url=The-Return-of-The-King.html;");
aI("text=The Hobbit;target=;url=The-Hobbit.html;");
aI("text=JRR Tolkien;target=;url=JRR-Tolkien.html;");
aI("text=Contact;target=;url=Contact.html;");
aI("text=Privacy;target=;url=Privacy.html;");
aI("text=Site Map;target=;url=sitemap-page-order.html;");
}


 drawMenus();

