/*
===============================================================================================
// Contact Carroll O'Donoghue - Kinsale Nets, or info@kinsalenets.com for updates & changes.
===============================================================================================
*/


_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=150            // The time delay before menus open on mouse over
_followSpeed=5                // Follow scrolling speed
_followRate=50                // Follow scrolling Rate
_subOffsetTop=5               // Sub menu top offset
_subOffsetLeft=-10            // Sub menu left offset
_scrollAmount=3               // Only needed for Netscape 4.x
_scrollDelay=20               // Only needed for Netcsape 4.x




with(menuStyle=new mm_style()){
align="left";
offcolor="#9a5141";  //offcolor="#9A5141";
oncolor="#ffffff";   //oncolor="#9A5141";
offbgcolor="#F1eacd"; //offbgcolor="#C0D8E0"
onbgcolor="#bd6750"; //onbgcolor="#F1EACD";
bordercolor="#993377"; //bordercolor="#E0DAC4";
borderstyle="solid";
borderwidth=1;
separatorcolor="#2D729D";
separatorsize="1";
padding=5;
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
fontsize="13px";
pagecolor="black";
pagebgcolor="#bd6750"; //pagebgcolor="#82B6D7";   // Currently Selected Item
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="/images/icons/arrowdn.gif";
subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=5)";
outfilter="randomdissolve(duration=0.3)";
}

with(milonic=new menuname("Main Menu")){
position="relative";
style=menuStyle;
top=155;
left=200;
alwaysvisible=1;
orientation="horizontal";
overfilter="";
aI("text=Home;url=/index.htm;");
aI("text=Restaurant;showmenu=Restaurant;");
aI("text=The Bars;showmenu=The_Bars;");
aI("text=Accommodation;showmenu=Accommodation;");
aI("text=Services;showmenu=Services;");
aI("text=Contact Us;showmenu=Contact_Us;");
aI("text=Awards;url=/awards.htm;");
}

with(milonic=new menuname("Restaurant")){
style=menuStyle;
overflow="scroll";
aI("text=Look Inside;url=/inside_restaurant.htm;");
aI("text=Restaurant Menu;showmenu=Restaurant_Menu;");
aI("text=Wine List;url=/cgi-bin/display_food_menu.pl?menu=winelist;");
}

with(milonic=new menuname("Restaurant_Menu")){
style=menuStyle;
overflow="scroll";
aI("text=A la Carte;url=/cgi-bin/display_food_menu.pl?menu=a_la_carte;");
aI("text=Set Menu;url=/cgi-bin/display_food_menu.pl?menu=set;");
aI("text=Todays Lunch Menu;url=/cgi-bin/display_food_menu.pl?menu=rest;");
}

with(milonic=new menuname("The_Bars")){
style=menuStyle;
overflow="scroll";
aI("text=Look Inside;url=/inside_bar.htm;");
aI("text=Bar Menu;showmenu=Bar_Menu;");
aI("text=Wine List ;url=/cgi-bin/display_food_menu.pl?menu=winelist;");
}

with(milonic=new menuname("Bar_Menu")){
style=menuStyle;
overflow="scroll";
aI("text=Todays Bar Menu;url=/cgi-bin/display_food_menu.pl?menu=bar;");
aI("text=Afternoon and Evening Menu;url=/bar_menu_every_evening.htm;");
aI("text=Early Bird Menu;url=/menu_early_bird.htm;");
}

with(milonic=new menuname("Accommodation")){
style=menuStyle;
overflow="scroll";
aI("text=Our Rooms;url=/rooms.htm;");
aI("text=Our Rates;url=/rates.php;");
aI("text=Make a Booking;url=/cgi-bin/GetRoomBooking.pl;");
}

with(milonic=new menuname("Services")){
style=menuStyle;
overflow="scroll";
aI("text=Conference Services;url=/conferences.htm;");
aI("text=Group Outings;url=/group_outings.htm;");
aI("text=Golf Tours;url=/golf_tours.htm;");
aI("text=Gift Tokens;url=/gift_tokens.htm;");
aI("text=Join our Mailing List;url=/cgi-bin/GetRegistration.pl;");
aI("text=Little things;url=/little_things.htm ;");
}

with(milonic=new menuname("Contact_Us")){
style=menuStyle;
overflow="scroll";
aI("text=Contact Numbers;url=/contact_details.htm;");
aI("text=Reservations;url=/cgi-bin/GetRoomBooking.pl;");
aI("text=Info Request;url=/cgi-bin/GetMessage.pl;");
aI("text=Location;url=/location.htm;");
aI("text=Recruitment;url=/recruitment.htm;");
}


with(milonic=new menuname("Awards")){
style=menuStyle;
overflow="scroll";
aI("text=Strolls by The Spaniard;url=strolls.htm;");
aI("text=Gifts;url=gifts.htm;");
aI("text=Useful Links;url=/links.htm;");
}


