

_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=-10            // Sub menu left offset



with(menuStyle=new mm_style()){
onbgcolor="#4F8EB6";
oncolor="#ffffff";
offbgcolor="#DCE9F0";
offcolor="#515151";
bordercolor="#296488";
borderstyle="solid";
borderwidth=1;
separatorcolor="#2D729D";
separatorsize="1";
padding=5;
fontsize="100%";
fontstyle="strong";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="black";
pagebgcolor="#82B6D7";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="/arrow.gif";
subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=5)";
outfilter="randomdissolve(duration=0.3)";
}


with(milonic=new menuname("Main Menu")){
style=menuStyle;
top=150	;
left=152;
alwaysvisible=1;
orientation="horizontal";
aI("text=   Home   ;url=/home.asp;status=Back To Home Page;");
aI("text=   City Government;url=/citygovt.asp;showmenu=CityGov;");
aI("text=   Business;url=/viewmembersbytype.asp;showmenu=Business;");
aI("text=   Renaissance Zone;url=/zone.asp;showmenu=zone;");
aI("text=   Living in Carson City;url=/living.asp;showmenu=living;");
aI("text=   Links;url=/Links.asp;");
aI("text=   Contact Us;url=/Contact.asp;");
}

with(milonic=new menuname("CityGov")){
style=menuStyle;
overflow="scroll";
aI("text=Welcome from the Mayor;url=/mayorwelcome.asp;");
aI("text=City Council;url=/council.asp;");
aI("text=City Departments;url=/departments.asp;");
aI("text=Services;url=/services.asp;");
aI("text=Council Committees;url=/committees.asp;");
aI("text=Frequently Asked Questions;url=/FAQ.asp;");
aI("text=Other Government Links;url=/OtherGovt.asp;");

}

with(milonic=new menuname("Business")){
style=menuStyle;
aI("text=View Area Businesses;url=/viewmembersbytype.asp;");
aI("text=Renaissance Zone;url=/zone.asp;");
}


with(milonic=new menuname("Links")){
style=menuStyle;
aI("text=Apache Web Server;url=/http://www.apache.org/;status=Apache Web Server, the basis of Milonic's Web Site;");
aI("text=MySQL Database Server;url=/http://ww.mysql.com/;status=MySQL, Milonic's Prefered Choice of Database Server;");
aI("text=PHP - Development;url=/http://www.php.net/;status=PHP - Web Server Scripting as used by Milonic;");
aI("text=phpBB Web Forum System;url=/http://www.phpbb.net/;status=PHP Based Web Forum, Milonic's Recommended Forum Software;");
aI("text=Anti Spam Tools;showmenu=Anti Spam;status=Anti Spam Solutions, as used by Milonic;");
}

with(milonic=new menuname("Living")){
style=menuStyle;
aI("text=Parks;url=/parks.asp;");
aI("text=Grove Park;url=/grovepark.asp;");
aI("text=West Park;url=/westpark.asp;");
aI("text=Haradine Park;url=/haradinepark.asp;");
aI("text=Education;url=/schools.asp;");
aI("text=Places of Worship;url=/worship.asp;");
}

with(milonic=new menuname("Zone")){
style=menuStyle;
aI("text=FAQ:Businesses in the Zone;url=/BusinessInZone.asp;");
aI("text=FAQ:Business Outside the Renaissance Zone;url=/BusinessOutsideZone.asp;");
aI("text=FAQ:JOB RELOCATIONS INTO MICHIGAN RENAISSANCE ZONES;url=/JobRelocationToZone.asp;");
 
aI("text=FAQ:RESIDENTS OF MICHIGAN RENAISSANCE ZONES;url=/residentsfaq.asp;");
aI("text=FAQ:RESIDENTIAL RENTAL PROPERTY OWNERS;url=/residentialfaq.asp;");
}




drawMenus();

