fixMozillaZIndex=true; //Fixes Z-Index problem  with Mozilla browsers but causes odd scrolling problem, toggle to see if it helpswith(menuStyle=new mm_style()){itemwidth="105";bordercolor="#ffffff";borderstyle="solid";borderwidth=0;fontfamily="arial";fontsize="12px";fontstyle="normal";align="center";headerbgcolor="red";headercolor="red";offbgcolor="#8C8074";offcolor="#ffffff";onbgcolor="#644804"oncolor="#bda87f";outfilter="randomdissolve(duration=0.3)";overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#777777', Direction=135, Strength=3)";padding=2;pagebgcolor="#82B6D7";pagecolor="#ffffff";separatorcolor="#9e9180";separatorsize=1;}with(menuAcc=new mm_style()){itemwidth="100";bordercolor="#ffffff";borderstyle="solid";borderwidth=0;fontfamily="arial";fontsize="12px";fontstyle="normal";align="center";headerbgcolor="red";headercolor="red";offbgcolor="#8C8074";offcolor="#ffffff";/*onbgcolor="#8C8074";*/oncolor="#000000";outfilter="randomdissolve(duration=0.3)";overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#777777', Direction=135, Strength=3)";padding=1;pagebgcolor="#82B6D7";pagecolor="#ffffff";separatorcolor="#9e9180";separatorsize=1;}/// Style Definitions ///with(subStyle=new mm_style()){itemwidth="90";bordercolor="#ffffff";borderstyle="solid";borderwidth=0;fontfamily="Arial";fontsize="12px";fontstyle="normal";headerbgcolor="red";headercolor="red";offbgcolor="#00a0e2";offcolor="#ffffff";onbgcolor="#efaa23";oncolor="#ffffff";outfilter="randomdissolve(duration=0.3)";overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#777777', Direction=135, Strength=3)";padding=4;pagebgcolor="#82B6D7";pagecolor="#ffffff";separatorcolor="#ffffff";separatorsize=1;}// lustybegwith(milonic=new menuname("accom")){style=menuStyle;aI("text=Self Catering;showmenu=self;");aI("text=B&B;showmenu=bb;url=bb.htm;");aI("text=Prices;url=image/prices10.pdf;");}with(milonic=new menuname("self")){style=menuStyle;aI("text=5* Inish Lodges;url=lodges.htm;");aI("text=3* Chalets;url=chalets.htm;");}with(milonic=new menuname("corp")){style=menuStyle;aI("text=Conference;url=conference.htm;");aI("text=Activities;url=activity.htm;");aI("text=Team Building;url=teambuild.htm;");aI("text=Groups;url=group.htm;");aI("text=Special Deals;url=prices.htm;");}with(milonic=new menuname("dining")){style=menuStyle;aI("text=Restaurant;url=restaurant.htm;");aI("text=Menus;url=menu.htm;");}with(milonic=new menuname("contact")){style=menuStyle;aI("text=Contact us;url=contact.htm;");aI("text=Location;url=map.htm;");}drawMenus();var imgMouseOverHolder = new Array();var imgMouseDownHolder = new Array();function preloader(imgTags){	var newmouseover, newmouseout, newmouseup, newmousedown, oldmouseover, oldmouseout, oldmouseup, oldmousedown		var AL = imgMouseOverHolder.length + 1;	for (var i = 0; i < imgTags.length; i++) {		if (imgTags[i].getAttribute('srcdown')||imgTags[i].getAttribute('srcover')) {			newmouseover = null; newmouseout = null; newmouseup = null;	newmousedown = null; oldmouseover = null; oldmouseout = null; oldmouseup = null; oldmousedown = null			if (imgTags[i].getAttribute('srcover')) {imgMouseOverHolder[AL] = new Image(); imgMouseOverHolder[AL].src = imgTags[i].getAttribute('srcover');}			if (imgTags[i].getAttribute('srcdown')) {imgMouseDownHolder[AL] = new Image(); imgMouseDownHolder[AL].src = imgTags[i].getAttribute('srcdown');}						if (imgTags[i].src) {imgTags[i].setAttribute("oldsrc", imgTags[i].src);}							if (imgTags[i].getAttribute('srcover')) {							if (imgTags[i].onmouseover) {imgTags[i].oldmouseover = imgTags[i].onmouseover; newmouseover = function (){this.src=this.getAttribute("srcover"); this.oldmouseover();}}				else {newmouseover = function (){this.src=this.getAttribute("srcover");}}				imgTags[i].onmouseover = newmouseover;							if (imgTags[i].onmouseout){imgTags[i].oldmouseout = imgTags[i].onmouseout; newmouseout = function (){this.src=this.getAttribute("oldsrc"); this.oldmouseout();}}				else {newmouseout = function (){this.src=this.getAttribute("oldsrc");}}				imgTags[i].onmouseout = newmouseout;			}						if (imgTags[i].getAttribute('srcdown')) {							if (imgTags[i].onmousedown) {imgTags[i].oldmousedown = imgTags[i].onmousedown; newmousedown = function (){this.src=this.getAttribute("srcdown"); this.oldmousedown();}}			else {newmousedown = function (){this.src=this.getAttribute("srcdown");}}			imgTags[i].onmousedown = newmousedown;							if (imgTags[i].getAttribute('srcover')) {											if (imgTags[i].onmouseup) {imgTags[i].oldmouseup = imgTags[i].onmouseup; newmouseup = function (){this.src=this.getAttribute("srcover"); this.oldmouseup();}}					else {newmouseup = function (){this.src=this.getAttribute("srcover");}}					imgTags[i].onmouseup = newmouseup;								} else {													if (imgTags[i].onmouseup) {imgTags[i].oldmouseup = imgTags[i].onmouseup; newmouseup = function (){this.src=this.getAttribute("oldsrc"); this.oldmouseup();}}					else {newmouseup = function (){this.src=this.getAttribute("oldsrc");}}					imgTags[i].onmouseup = newmouseup;					if (imgTags[i].onmouseout) {imgTags[i].oldmouseout = imgTags[i].onmouseout; newmouseout = function (){this.src=this.getAttribute("oldsrc"); this.oldmouseout();}}					else {newmouseout = function (){this.src=this.getAttribute("oldsrc");}}					imgTags[i].onmouseout = newmouseout;				}							}		}	}}function preloadimgsrc() {	if (!document.getElementById) return;		var imgTags = document.getElementsByTagName('IMG'); 	var imgTags2 = document.getElementsByTagName('INPUT');		preloader(imgTags);	preloader(imgTags2);  // For image type submit buttons }if (window.addEventListener)window.addEventListener("load", preloadimgsrc, false)else if (window.attachEvent)window.attachEvent("onload", preloadimgsrc)else if (document.getElementById)window.onload=preloadimgsrc