

_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=15             // Sub menu top offset
_subOffsetLeft=-5            // Sub menu left offset
_sidetop=150;


with(subStyle=new mm_style()){
onbgcolor="#EAEAEA";
oncolor="#000000";
offbgcolor="#ffffff";
offcolor="#000000";
bordercolor="#ffffff";
borderstyle="solid";
borderwidth=1;
separatorcolor="#ffffff";
separatorsize="1";
padding="2";
fontsize="11";
fontstyle="normal";
fontfamily="Arial, Tahoma, Arial";
pagecolor="#000000";
pagebgcolor="#EAEAEA";
headercolor="#ffffff";
headerbgcolor="#ffffff";
subimagepadding="0";
// subimage="/images/10000/7000/967HA/arrow.gif";
overfilter="Fade(duration=0.7);Alpha(opacity=80);Shadow(color='#829AE4', Direction=150, Strength=5)";
outfilter="randomdissolve(duration=0.3)";
}

with(mainStyle=new mm_style()){


}

		

		with(milonic=new menuname("MainMenu")){
			style=mainStyle;
			top=250;
			left=10;
			alwaysvisible=1;
			orientation="vertical";
			position="relative";
			valign="top";


			aI("image=/images/Image/homeLink1.jpg;url=http://beachcities.fhcaleb.com/welcome.php;");
			aI("image=/images/Image/homeLink2.jpg;url=/beachcities.php;");
			aI("image=/images/Image/homeLink3.jpg;url=http://beachcities.fhcaleb.com/what.php;");
			aI("image=/images/Image/homeLink4.jpg;url=http://sc.fhview.com/sc_customplayer/seriesitems/1/118852;");
			aI("image=/images/Image/homeLink5.jpg;url=/journal.php;");
		     
		}




drawMenus();


