fixMozillaZIndex=true; //Fixes Z-Index problem  with Mozilla browsers but causes odd scrolling problem, toggle to see if it helps/// Style Definitions ///with(subStyle=new mm_style()){itemwidth="90";borderstyle="solid";borderwidth=0;align="center";fontfamily="Arial";fontsize="12px";fontstyle="normal";headerbgcolor="#904d10";headercolor="#904d10";offbgcolor="#904d10";offcolor="#ffb300";onbgcolor="#ffb322";oncolor="#000000";outfilter="randomdissolve(duration=0.3)";overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#777777', Direction=135, Strength=0)";padding=4;pagebgcolor="#ffb300";pagecolor="#ffffff";separatorcolor="#ffffff";separatorsize=1;}with(subStyle2=new mm_style()){itemwidth="90";borderstyle="solid";borderwidth=0;align="center";fontfamily="Arial";fontsize="12px";fontstyle="normal";headerbgcolor="#red";headercolor="#ffb322";offbgcolor="#ffb322";offcolor="#904d10";onbgcolor="#ffffff";oncolor="#000000";outfilter="randomdissolve(duration=0.3)";overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#777777', Direction=135, Strength=0)";padding=4;pagebgcolor="#ffb300";pagecolor="#ffffff";separatorcolor="#ffffff";separatorsize=1;}with(milonic=new menuname("products")){style=subStyle;aI("text=Beer;url=beer.htm;");aI("text=Wine;showmenu=wine;");aI("text=Champagne;url=champagne.htm;");aI("text=Spirits;url=spirits.htm;");aI("text=Whiskey;url=whiskey.htm;");aI("text=Brandy;url=brandy.htm;");aI("text=Soft Drinks;url=soft.htm;");}with(milonic=new menuname("wine")){style=subStyle2;aI("text=Australian;url=aus.htm;");aI("text=Californian;url=californian.htm;");aI("text=Chilean;url=chilean.htm;");aI("text=European;url=european.htm;");aI("text=New Zealand;url=nz.htm;");aI("text=South African;url=rsa.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