//UDMv3.8
//* DO NOT EDIT THIS BIT *
if (!exclude) { //********
//************************



///////////////////////////////////////////////////////////////////////////
//
//  ULTIMATE DROPDOWN MENU VERSION 3.8 by Brothercake
//  http://www.brothercake.com/dropdown/ 
//
//  Link-wrapping routine by Brendan Armstrong
//  Original KDE modifications by David Joham
//  Opera reload/resize based on a routine by Michael Wallner
//  Select-element hiding routine by Huy Do
//
///////////////////////////////////////////////////////////////////////////





// *** POSITIONING AND STYLES *********************************************



var menuALIGN = "left";		// alignment mode
var absLEFT = 	0;		// absolute left or right position (if menu is left or right aligned)
var absTOP = 	115; 		// absolute top position

var staticMENU = false;		// static positioning mode (win/ie5,ie6 and ns4 only)

var stretchMENU = false;	// show empty cells
var showBORDERS = false;	// show empty cell borders

var baseHREF = "resources/";	// base path
var zORDER = 	1000;		// base z-order of nav structure

var mCOLOR = 	"navy";		// main nav cell color
var rCOLOR = 	"#4B74AB";	// main nav cell rollover color
var bSIZE = 	1;		// main nav border size
var bCOLOR = 	"white";	// main nav border color
var aLINK = 	"white";	// main nav link color
var aHOVER = 	"";		// main nav link hover-color (dual purpose)
var aDEC = 	"none";		// main nav link decoration
var fFONT = 	"arial";	// main nav font face
var fSIZE = 	11;		// main nav font size (pixels)
var fWEIGHT = 	"bold";		// main nav font weight
var tINDENT = 	7;		// main nav text indent (if text is left or right aligned)
var vPADDING = 	0;		// main nav vertical cell padding
var vtOFFSET = 	0;		// main nav vertical text offset ( pixels from middle)

var keepLIT =	true;		// keep rollover color when browsing menu
var vOFFSET = 	5;		// shift the submenus vertically
var hOFFSET = 	4;		// shift the submenus horizontally

var smCOLOR = 	"#4B74AB";	// submenu cell color
var srCOLOR = 	"lightblue";	// submenu cell rollover color
var sbSIZE = 	1;		// submenu border size
var sbCOLOR = 	"black";	// submenu border color
var saLINK = 	"white";	// submenu link color
var saHOVER = 	"black";	// submenu link hover-color (dual purpose)
var saDEC = 	"none";		// submenu link decoration
var sfFONT = 	"arial";	// submenu font face
var sfSIZE = 	11;		// submenu font size (pixels)
var sfWEIGHT = 	"normal";	// submenu font weight
var stINDENT = 	5;		// submenu text indent (if text is left or right aligned)
var svPADDING = 1;		// submenu vertical cell padding
var svtOFFSET = 0;		// submenu vertical text offset ( pixels from middle)

var shSIZE =	2;		// submenu dropshadow size
var shCOLOR =	"#cccccc";	// submenu dropshadow color
var shOPACITY = 75;		// submenu dropshadow opacity (not ie4,ns4 or opera)

var keepSubLIT = true;		// keep submenu rollover color when browsing child menu
var chvOFFSET = 0;		// shift the child menus vertically
var chhOFFSET = 22;		// shift the child menus horizontally

var openTIMER = 10;		// menu opening delay time (not ns4/op5/op6)
var openChildTIMER = 0;		// child-menu opening delay time (not ns4/op5/op6)
var closeTIMER = 300;		// menu closing delay time

var aCURSOR = "hand";		// cursor for active links (not ns4, op5 or op6)
var altDISPLAY = "";		// where to display alt text
var allowRESIZE = true;		// allow resize/reload

var redGRID = false;		// show a red grid
var gridWIDTH = 0;		// override grid width
var gridHEIGHT = 0;		// override grid height
var documentWIDTH = 0;		// override document width

var hideSELECT = true;		// auto-hide select boxes when menus open (ie only)
var allowForSCALING = false;	// allow for text scaling in gecko browsers
var allowPRINTING = false;	// allow the navbar and menus to print (not ns4)

var arrWIDTH = 8;		//arrow width (not ns4/op5/op6)
var arrHEIGHT = 7;		//arrow height (not ns4/op5/op6)

var arrHOFFSET = 0;		//arrow horizontal offset (not ns4/op5/op6)
var arrVOFFSET = 0;		//arrow vertical offset (not ns4/op5/op6)
var arrVALIGN = "middle";	//arrow vertical align (not ns4/op5/op6)

var arrLEFT = "arr_L.gif";	//left arrow (not ns4/op5/op6)
var arrLEFT_ROLL = "arr_L.gif";	//left rollover arrow (not ns4/op5/op6)
var arrRIGHT = "arr_R.gif";	//right arrow (not ns4/op5/op6)
var arrRIGHT_ROLL = "arr_R.gif";//right rollover arrow (not ns4/op5/op6)





//** LINKS ***********************************************************



// add main link item ("url","Link name",width,"text-alignment","_target","alt text",top position,left position,"key trigger","mCOLOR","rCOLOR","aLINK","aHOVER")
MI("http://www.revenue.alabama.gov/index.cfm","ADOR",40,"center","","",0,0,"","","","","");



MI("","Administration",90,"center","","",0,0,"","","","","");

	SP(130,"left","left",-4,0,"","","","","","","");

	SI("http://www.revenue.alabama.gov/advalorem/ptd_organizational_chart.pdf","Organizational Chart","_parent","");
	SI("http://www.revenue.alabama.gov/advalorem/education/educationprogram.htm","Education Programs","_parent","");

           
		// define child menu properties (width,"align to edge","text-alignment",v offset,h offset,"filter","smCOLOR","srCOLOR","sbCOLOR","shCOLOR","saLINK","saHOVER")
		CP(145,"left","left",0,-20,"","","","","","","");

		// add child menu link items ("url","Link name","_target","alt text")
		CI("http://www.revenue.alabama.gov/advalorem/education/overview.htm","Program Overview","_parent","");
		CI("http://www.revenue.alabama.gov/advalorem/education/objectives.htm","Program Objectives","_parent","");
		CI("http://www.revenue.alabama.gov/advalorem/education/designations.htm","Professional Designations","_parent","");
		CI("http://www.revenue.alabama.gov/advalorem/education/getcertified.htm","Becoming Certified","_parent","");
		CI("http://www.revenue.alabama.gov/advalorem/education/courses/courses.htm","Course Descriptions","_parent","");
		
	SI("http://www.revenue.alabama.gov/advalorem/currentuse/currentuse.html","Current Use","_parent","");
		// define child menu properties (width,"align to edge","text-alignment",v offset,h offset,"filter","smCOLOR","srCOLOR","sbCOLOR","shCOLOR","saLINK","saHOVER")
		CP(145,"left","left",0,-20,"","","","","","","");
		// add child menu link items ("url","Link name","_target","alt text")
			CI("http://www.revenue.alabama.gov/advalorem/currentuse/currentuseapp.html","Application Procedures","_parent","");
			CI("http://www.revenue.alabama.gov/advalorem/currentuse/currentuseroll.html","Current Use Rollbacks","_parent","");
			CI("http://www.revenue.alabama.gov/advalorem/currentuse/cudirective.pdf","Current Use Directive","_parent","");
						
		SI("http://www.revenue.alabama.gov/advalorem/sections/sections.htm","Operating Sections","_parent","");

		CP(145,"left","left",0,-20,"","","","","","","");

		CI("http://www.revenue.alabama.gov/advalorem/sections/land.htm","Land Sales","_parent","");
		CI("http://www.revenue.alabama.gov/advalorem/sections/manufacturedhomes.htm","Manufactured Homes","_parent","");
		CI("http://www.revenue.alabama.gov/advalorem/sections/mapping.htm","Mapping/GIS","_parent","");
		CI("http://www.revenue.alabama.gov/advalorem/sections/personalproperty.htm","Personal Property","_parent","");
		CI("http://www.revenue.alabama.gov/advalorem/sections/utilities.htm","Public Utilities","_parent","");
		CI("http://www.revenue.alabama.gov/advalorem/sections/realproperty.htm","Real Property","_parent","");
		CI("http://www.revenue.alabama.gov/advalorem/sections/vehicles.htm","Vehicles","_parent","");
	
	SI("http://www.revenue.alabama.gov/advalorem/lgrngplan/lrplan.html","Long Range Plan","_parent","");
		

MI("http://www.revenue.alabama.gov/advalorem/countyoffices/statemap.html","County Offices",90,"center","","",0,0,"","","","","");

SP(140,"left","left",-4,0,"","","","","","","");
	
		SI("http://www.revenue.alabama.gov/advalorem/sections/orthomapformat.html","County Appraisal Records","_parent","");


MI("","Property Assessment",130,"center","","",0,0,"","","","","");

	SP(140,"left","left",-4,0,"","","","","","","");
	
		SI("http://www.revenue.alabama.gov/advalorem/other/caltax.html","Calculating Your Taxes","_parent","");
	SI("http://www.revenue.alabama.gov/advalorem/other/classes.htm","Classes of Property","_parent","");
	SI("http://www.revenue.alabama.gov/advalorem/exemptions/exemptions.htm","Property Tax Exemptions","_parent","");
	SI("","County Millage Rates","_parent","");
		
		CP(120,"left","left",0,-20,"","","","","","","");

		CI("http://www.revenue.alabama.gov/advalorem/MILLS09.pdf","2009 Millage Rates","_parent","");
		CI("http://www.revenue.alabama.gov/advalorem/MILLS08.pdf","2008 Millage Rates","_parent","");
		CI("http://www.revenue.alabama.gov/advalorem/MILLS07.pdf","2007 Millage Rates","_parent","");
		CI("http://www.revenue.alabama.gov/advalorem/MILLS06.pdf","2006 Millage Rates","_parent","");
		CI("http://www.revenue.alabama.gov/advalorem/MILLS05.pdf","2005 Millage Rates","_parent","");
	
	SI("","Composite Factors","_parent","");
		
		CP(120,"left","left",0,-20,"","","","","","","");
		
		CI("http://www.revenue.alabama.gov/advalorem/comfactor09.pdf","2009 Composite Factor","_parent","");
		CI("http://www.revenue.alabama.gov/advalorem/comfactor08.pdf","2008 Composite Factor","_parent","");
		CI("http://www.revenue.alabama.gov/advalorem/comfactor07.pdf","2007 Composite Factor","_parent","");
		CI("http://www.revenue.alabama.gov/advalorem/comfactor06.pdf","2006 Composite Factor","_parent","");
		CI("http://www.revenue.alabama.gov/advalorem/comfactor05.pdf","2005 Composite Factor","_parent","");
		CI("http://www.revenue.alabama.gov/advalorem/comfactor04.pdf","2004 Composite Factor","_parent","");
		
		
		
		

MI("http://www.revenue.alabama.gov/advalorem/rulesandregs/rulesandregs.htm","Regulations",70,"center","","",0,0,"","","","","");


MI("http://www.revenue.alabama.gov/advalorem/forms/forms.htm","Forms",40,"center","","",0,0,"","","","","");

MI("http://www.revenue.alabama.gov/advalorem/transcript/transcript.htm","Tax Delinquent Property For Sale",180,"center","","",0,0,"","","","","");

MI("http://www.revenue.alabama.gov/advalorem/links/links.htm","Links",40,"center","","",0,0,"","","","","");

MI("http://www.revenue.alabama.gov/advalorem/faqs.html","FAQs",40,"center","","",0,0,"","","","","");






//* DO NOT EDIT THIS BIT *
}//***********************
//************************

