fixMozillaZIndex=true;


_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=150            // The time delay before menus open on mouse over
_followSpeed=5                // Follow scrolling speed
_followRate=40                // Follow scrolling Rate
_subOffsetTop=10              // Sub menu top offset
_subOffsetLeft=-10            // Sub menu left offset
_scrollAmount=3               // Only needed for Netscape 4.x
_scrollDelay=20               // Only needed for Netcsape 4.x



with(menuStyle=new mm_style()){
onbgcolor="#F3F0E4";		//Background color on mouseover
oncolor="#000000";			//Text color of menu item on mouseover
offbgcolor="#D6CFAD";		//Background color of menu
offcolor="#000000";			//Text color of menu items
bordercolor="#D9D1AC";	
borderstyle="solid";
borderwidth=0;
separatorcolor="#897A5B";	//Color of line between menu items
separatorsize="1";			//Size of line between menu items
padding=5;
fontsize="90%";				//Always use a percentage so it will adjust for user settings
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="#8E4437";			//Sets the current page text color of the menu item
pagebgcolor="#E1DBBD";		//Sets the current page background color of the menu item
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="/auditor/images/arrow.gif";
subimagepadding="2";
outfilter="randomdissolve(duration=0.3)";
}

with(SubmenuStyle=new mm_style()){
onbgcolor="#F3F0E4";		//Background color on mouseover
oncolor="#000000";			//Text color of menu item on mouseover
offbgcolor="#D6CFAD";		//Background color of menu
offcolor="#000000";			//Text color of menu items
bordercolor="#897A5B";	
borderstyle="solid";
borderwidth=1;
separatorcolor="#897A5B";	//Color of line between menu items
separatorsize="1";			//Size of line between menu items
padding=5;
fontsize="90%";				//Always use a percentage so it will adjust for user settings
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="#8E4437";			//Sets the current page text color of the menu item
pagebgcolor="#E1DBBD";		//Sets the current page background color of the menu item
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="/auditor/images/arrow.gif";
subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=100);Shadow(color='#847B73', Direction=135, Strength=5)";
outfilter="randomdissolve(duration=0.3)";
}

with(milonic=new menuname("Main Menu")){
style=menuStyle;
top=150;
left=0;
alwaysvisible=1;
orientation="vertical";
itemwidth="153";
followscroll=1;
aI("text=Home;url=/acttc/;status=Back To Home Page;");
aI("text=About Us;url=/auditor/aboutus.htm;status=About Us;");
aI("text=Questions & Answers;url=/auditor/faq.htm;status=Questions & Answers;");
//aI("text=Mission Statement;url=/auditor/mission.htm;status=Mission Statement;");
aI("text=Audit Reports;url=/auditor/audit_reports.htm;status=Audit Reports;");
aI("text=Citizens Report;url=/auditor/citizens.htm;status=Citizens Report;");
aI("text=Financial Reports;url=/auditor/financial_reports.htm;showmenu=financial;status=Financial Reports;");
aI("text=Tax Reports;url=/auditor/tax_reports.htm;showmenu=tax_reports;status=Tax Reports;");
aI("text=Fiscal Policies Manual;url=/auditor/fiscal_policy.htm;;status=Fiscal Policies Manual;");
}

with(milonic=new menuname("financial")){
style=SubmenuStyle;
overflow="scroll";
aI("text=Reports in PDF Format;url=/auditor/financial_reports.htm#top;status=Reports in PDF Format;");
aI("text=Revenue & Expenditures;url=/auditor/financial_reports.htm#revenue;status=Revenue &amp; Expenditures;");
aI("text=Property Taxes;url=/auditor/financial_reports.htm#proptax;status=Distribution of Property Taxes;");
aI("text=Combined Balance Sheet;url=/auditor/financial_reports.htm#balance;status=Combined Balance Sheet;");
}

with(milonic=new menuname("tax_reports")){
style=SubmenuStyle;
overflow="scroll";
aI("text=Certified Values By Tax Base;url=/auditor/tax_reports.htm#certified;status=Certified Values By Tax Base;");
aI("text=Multi-Year Tax Rates;url=/auditor/tax_reports.htm#multi;status=Multi-Year Tax Rates;");
aI("text=City/School District Code Area Recap;url=/auditor/tax_reports.htm#city_school;status=City/School District Code Area Recap;");
aI("text=Distribution of Property Taxes;url=/auditor/financial_reports.htm#proptax;status=Distribution of Property Taxes;");
}

drawMenus();


