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="/tax/tot/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="/tax/tot/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=128;
left=0;
alwaysvisible=1;
orientation="vertical";
itemwidth="153";
followscroll=1;
aI("text=Home;url=index.htm;status=Back To Home Page;");
aI("text=FAQ's;url=faq.htm;status=Frequently asked questions;");
aI("text=Ordinance;url=tot_ord.htm;status=Transient Occupancy Tax Ordinance;");
aI("text=Forms;url=forms.htm;showmenu=forms;status=Transient Occupancy Tax Forms;");
aI("text=BIA;url=bia.htm;showmenu=bia;status=Business Improvement Area;");
aI("text=Links;url=links.htm;status=Links to relevant Government sites and information;");
aI("text=Auditor - Controller - Treasurer - Tax Collector Home;url=/acttc/;status=Auditor-Controller-Treasurer-Tax Collector Home;");
}

with(milonic=new menuname("forms")){
style=SubmenuStyle;
overflow="scroll";
aI("text=Transient Occupancy Tax Exemption Form for Governmental Agencies;url=gov.htm;status=TOT Exemption Form for Governmental Agencies;");
aI("text=Transient Occupancy Tax Return;url=return.htm;status=TOT Return Form;");
aI("text=Transient Occupancy Tax Registration & Instruction Packet;url=packet.htm;status=TOT Packet;");
aI("text=Transient Occupancy Tax Registration Form;url=registration.htm;status=TOT Registration Form;");
aI("text=Transient Occupancy Tax Registration for Property Managers Form;url=registration_prop.htm;status=TOT Registration for Property Managers Form;");
aI("text=Transient Occupancy Tax Exemption Claim for Occupancy Over 30 Days;url=claim30day.htm;status=TOT Claim Form for Occupancy Over 30 Days;");
}

with(milonic=new menuname("bia")){
style=SubmenuStyle;
overflow="scroll";
aI("text=Business Improvement Area;url=bia.htm;status=Business Improvement Area;");
aI("text=BIA Ordinance;url=pdf/bia_ordinance.pdf;image=/images/pdf_icon.gif;target=new;targetfeatures='buttons=yes,toolbar=yes,status=yes,menubar=yes,scrollbars=yes,resizable=yes,location=yes,width=600,height=400,screeX=50,screenY=50,left=50,top=50';tooltip=PDF File: Opens Acrobat Reader in a new browser window.;status=BIA Ordinance;");
aI("text=BIA Return;url=pdf/bia_quarterly_return.pdf;image=/images/pdf_icon.gif;target=new;targetfeatures='buttons=yes,toolbar=yes,status=yes,menubar=yes,scrollbars=yes,resizable=yes,location=yes,width=600,height=400,screeX=50,screenY=50,left=50,top=50';tooltip=PDF File: Opens Acrobat Reader in a new browser window.;status=BIA Return Form;");
}

drawMenus();

