

_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=150            // The time delay before menus open on mouse over
_subOffsetTop=10              // Sub menu top offset
_subOffsetLeft=-5            // Sub menu left offset
_sidetop=200;


with(subStyle=new mm_style()){
onbgcolor="#70B3D4";
oncolor="#ffffff";
offbgcolor="#25529E";
offcolor="ffffff";
bordercolor="#25529E";
borderstyle="solid";
borderwidth=1;
separatorcolor="#ffffff";
separatorsize="1";
padding=3;
fontsize="11";
fontstyle="normal";
fontfamily="Arial, Tahoma, Verdana";
pagecolor="000000";
pagebgcolor="#70B3D4";
headercolor="#ffffff";
headerbgcolor="#EAEAEA";
subimagepadding="2";
fontweight="bold"; 
subimage="/images/Image/arrow.gif";
overfilter="Fade(duration=0.7);Alpha(opacity=90);Shadow(color='#EAEAEA', Direction=150, Strength=5)";
outfilter="randomdissolve(duration=0.3)";
}

with(mainStyle=new mm_style()){
onbgcolor="transperent";
oncolor="#2757A1";
offbgcolor="transperent";
offcolor="3978A5";
bordercolor="#25529E";
borderstyle="solid";
borderwidth=0;
separatorcolor="#3978A5";
separatorsize="1";
padding=3;
fontsize="75%";
fontstyle="normal";
fontfamily="Arial, Tahoma, Verdana";
pagecolor="2757A1";
pagebgcolor="transperent";
headercolor="#ffffff";
headerbgcolor="#EAEAEA";
subimagepadding="2";
fontweight="bold"; 
align="center";
}
		
	
		with(milonic=new menuname("MainMenu")){
			style=mainStyle;

			alwaysvisible=1;
			//overflow="scroll";
			orientation="horizontal";
			position="relative";
			
			aI("url=/index.php;text=HOME;");
			aI("url=/about.php;text=ABOUT US;");
			aI("url=/patient_center.php;text=PATIENT CENTER;");
			aI("url=/lasik_center.php;text=LASIK CENTER;");
			aI("url=/products.php;text=PRODUCTS & SERVICES;");
			aI("url=/contact.php;text=CONTACT & DIRECTIONS;");
			
		}

drawMenus();


