fixMozillaZIndex=true; //Fixes Z-Index problem with Mozilla browsers but causes odd scrolling problem, toggle to see if it helps 
_menuCloseDelay=500; 
_menuOpenDelay=150; 
_subOffsetTop=30; 
_subOffsetLeft=20; 


with(menuStyle=new mm_style()){ 
fontfamily="Verdana, Tahoma, Arial"; 
fontsize="120%"; 
fontstyle="normal"; 
offbgcolor="#333333"; 
offcolor="#cccccc"; 
onbgcolor="#cccccc"; 
oncolor="#666666"; 
padding=4;
separatorsize=0; 
separatorheight=1;
} 

with(milonic=new menuname("Welcome")){ 
overflow="scroll"; 
style=menuStyle; 
left="offset=2" 
aI("text=Welcome;url=index.htm;") 
aI("text=Awards & Reviews;url=reviews.htm;") 
aI("text=Sam Stephenson - Architect;url=architect.htm;")
} 

with(milonic=new menuname("Ambiance")){ 
overflow="scroll"; 
style=menuStyle; 
left="offset=2" 
aI("text=Rooms;url=rooms.htm;") 
aI("text=Breakfast;url=breakfast.htm;") 
aI("text=Cranberry Bread Recipe;url=recipes.htm;")  
} 

with(milonic=new menuname("Events")){ 
overflow="scroll"; 
style=menuStyle; 
left="offset=2" 
aI("text=Dublin Events;url=events.htm;") 
aI("text=Odd Dublin Art - The Unusual Stuff;showmenu=OddArt;url=oddart.htm;") 
aI("text=Dublin Museums;url=museums.htm;") 
aI("text=Sights Near Dublin;url=sightseeing.htm;")
} 

with(milonic=new menuname("OddArt")){ 
overflow="scroll"; 
style=menuStyle; 
left="offset=2" 
aI("text=Up In the Zoological Gardens;url=odd-zoo.htm;")
aI("text=Picture Perfect Panic Places;url=odd-tower.htm;")
aI("text=Try Not To Smile;url=odd-wilde.htm;")
aI("text=Dublin's Wooden Saint;url=odd-wood.htm;")
aI("text=Tribal Dublin - The First Irish;url=odd-tribaldublin.htm;")
aI("text=The Greatest Painter You Never Heard Of;url=odd-meissonier.htm;") 
aI("text=The High Art of Bric-a-Brac;url=odd-storage.htm;") 
aI("text=Francis Bacon's Studio Meets the World's Glass Window Masterpiece;url=odd-bacon.htm;")
aI("text=Dublin Museums;url=museums.htm;")
} 

with(milonic=new menuname("Location")){ 
style=menuStyle; 
left="offset=2" 
aI("text=Directions to Number 31;url=directions.htm;"); 
aI("text=Download Map & Directions;url=images/map_number_31.pdf;"); 
aI("text=Google Map of Dublin;url=googlemap.htm;"); 
aI("text=Dublin;url=dublin.htm;"); 
} 

with(milonic=new menuname("Contact")){ 
style=menuStyle; 
left="offset=2" 
aI("text=Contact Us;url=contact.htm;"); 
} 

with(milonic=new menuname("Book")){ 
style=menuStyle; 
left="offset=2" 
aI("text=Book Now;url=booking.htm"); 
aI("text=Questions? Booking Enquiry Form;url=https://host.securelook.com/irishsecure/31ssl.htm"); 
} 

drawMenus(); 


