// This JavaScript file contains all the links for 
// the Drop-Down list at the top of each County
// Department's website.
//================================================


// Declare  the Variables
var listURLS = "";
var listDesc = "";


// Locations to go when list is clicked
listURLS = new Array("",
		     "/treasurer/treasurer.asp",
		     "/treasurer/tax_faq.asp",
		     "/treasurer/dates.asp",
		     "/treasurer/locations.asp",
		     "/Treasurer/Search/index.asp?T=TBPayment",
		     "/treasurer/lien_sale.asp",
		     "/treasurer/tax_bill.asp",
		     "/treasurer/BidderForm.asp",
		     "",
		     "",
		     "/Treasurer/Search/index.asp?T=TRSplits",
		     "/Treasurer/Search/index.asp?T=TXAreaCode",
		     "/Treasurer/Search/index.asp?T=TBSearch",
		     "/Treasurer/Search/index.asp?T=PaymentHistory",
		     "/Treasurer/Search/index.asp?T=TLSearch",
		     "/Treasurer/Search/index.asp?T=TLSale",
		     "",
		     "/treasurer",
		     "",
		     "/");


// Text the is shown in the Drop-Down List
listDesc = Array("Treasurer's Office Website",
		 " - County Treasurer",
		 " - FAQ",
		 " - Important Dates",
		 " - Office Locations",
		 " - Pay Tax Bill",
		 " - Tax Lien Sale Information",
		 " - Tax Bill Information",
		 " - Tax Lien Bidder Forms",
		 "",
		 "Tax Information Searches",
		 " - Parcel Split History",
		 " - Tax Area Codes",
		 " - Tax Bill Search",
		 " - Tax Payment History",
		 " - Available Tax Liens Search",
		 " - Tax Lien Advertising Search",
		 "",
		 "Treasurer Home",
		 "----------",
		 "Back to Pinal County");
