_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=0 // Sub menu top offset _subOffsetLeft=0 // Sub menu left offset with(menuStyle=new mm_style()){ offbgcolor="transparent"; offcolor="#000"; onbgcolor="#c2a78c"; oncolor="#000"; //bordercolor="#296488"; //borderstyle="solid"; //borderwidth=1; //separatorcolor="#fff"; //separatorsize="1"; padding=6; fontsize="13px"; fontstyle="normal"; fontweight="bold"; fontfamily="Verdana, Tahoma, Arial"; //pagecolor="black"; //pagebgcolor="#82B6D7"; //headercolor="#000000"; //headerbgcolor="#ffffff"; //subimage="/images/arrow.gif"; //subimagepadding="2"; //overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=5)"; //outfilter="randomdissolve(duration=0.3)"; //offclass="menuoff" } with(menuStyle2=new mm_style()){ offbgcolor="#c2a78c"; offcolor="#000"; onbgcolor="#c69b70"; oncolor="#000"; //bordercolor="#296488"; //borderstyle="solid"; //borderwidth=1; separatorcolor="#fff"; separatorsize="1"; padding=2; fontsize="12px"; fontstyle="normal"; fontweight="bold"; fontfamily="Verdana, Tahoma, Arial"; //pagecolor="black"; //pagebgcolor="#82B6D7"; //headercolor="#000000"; //headerbgcolor="#ffffff"; //subimage="/images/arrow.gif"; //subimagepadding="2"; //overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=5)"; //outfilter="randomdissolve(duration=0.3)"; //offclass="menuoff" } with(milonic=new menuname("About")){ style=menuStyle2; top="offset=0" align="left"; //menuwidth=150; aI("text=Board of Directors;url=board.php;image=./ui/images/dot_off.gif;overimage=./ui/images/dot_on.gif;"); aI("text=Management Staff;url=bio.php;image=./ui/images/dot_off.gif;overimage=./ui/images/dot_on.gif;"); aI("text=History;url=history.php;image=./ui/images/dot_off.gif;overimage=./ui/images/dot_on.gif;"); aI("text=Core Values;url=corevalues.php;image=./ui/images/dot_off.gif;overimage=./ui/images/dot_on.gif;"); aI("text=Missions & Goals;url=missions.php;image=./ui/images/dot_off.gif;overimage=./ui/images/dot_on.gif;"); aI("text=Career Opportunities;url=careers.php;image=./ui/images/dot_off.gif;overimage=./ui/images/dot_on.gif;"); } with(milonic=new menuname("Program")){ style=menuStyle2; top="offset=0" align="left"; //menuwidth=150; aI("text=Central Hillsborough Healthy Start ;url=chhs.php;image=./ui/images/dot_off.gif;overimage=./ui/images/dot_on.gif;"); aI("text=Closing the Gap;url=gap.php;image=./ui/images/dot_off.gif;overimage=./ui/images/dot_on.gif;"); aI("text=Community Capacity Building;url=building.php;image=./ui/images/dot_off.gif;overimage=./ui/images/dot_on.gif;"); } drawMenus();