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=0; _subOffsetLeft=-2; if (screen.width <= 1024){ distance = 128 } if ((screen.width > 1024) && (screen.width<1280) ){ distance = 64 } if (screen.width >= 1280){ distance = 0 } with(menuStyle=new mm_style()){ bordercolor="#C9B55F"; borderstyle="solid"; borderwidth=1; fontfamily="Verdana, Arial"; fontsize="90%"; fontstyle="normal"; headerbgcolor="#C9B55F"; headercolor="#FFFFFF"; offbgcolor="#C9B55F"; offcolor="#FFFFFF"; onbgcolor="#9F904F"; oncolor="#FFFFFF"; outfilter="randomdissolve(duration=0.3)"; overfilter="Fade(duration=0.2);Alpha(opacity=95)"; padding=3; pagebgcolor="#C9B55F"; pagecolor="#FFFFFF"; separatorcolor="#FFFFFF"; separatorsize=1; subimage=""; subimagepadding=2; } with(milonic=new menuname("AboutUs")){ overflow="scroll"; style=menuStyle; top=11; itemwidth = 130; aI("text=Business Bay ;url=location.php?loc_id=2;") aI("text=Dubailand;url=location.php?loc_id=1;") aI("text=The Palm;url=location.php?loc_id=3;") aI("text=Waterfront;url=location.php?loc_id=4;") aI("text=More Properties;url=location_more.php;") } drawMenus();