/* menu for the geocode pages */
var urlPage = document.URL;
var pageSt = urlPage.lastIndexOf("/");
var page = urlPage.substr(pageSt + 1, 30);
//document.write(pageSt + " " + page);
document.write("<TABLE WIDTH=\"203\" HEIGHT=\"296\" BGCOLOR=\"#C0C0C0\"><TR>\n");
document.write("<TD ALIGN=CENTER VALIGN=CENTER WIDTH=\"200\">\n");
document.write("<A title=\"Home\" href=\"../../index.html\">\n");
document.write("<FONT SIZE=\"2\" FACE=\"Arial\" COLOR=\"#336699\">\n");
document.write("<B>Home</B></FONT></A></TD></TR>\n");

document.write("<TR><TD ALIGN=CENTER VALIGN=CENTER WIDTH=\"200\">\n");
document.write("<hr color='#3388bb'>");
document.write("</TR>\n");

document.write("<TR><TD ALIGN=CENTER VALIGN=CENTER WIDTH=\"200\">\n");
document.write("<A title=\"Recording Fees\" href=\"../../fees.html\">\n");
document.write("<FONT SIZE=\"2\" FACE=\"Arial\" COLOR=\"#336699\">\n");
document.write("<B>Recording Fees</B></FONT></A></TD></TR>\n");

document.write("<TR><TD ALIGN=CENTER VALIGN=CENTER WIDTH=\"200\">\n");
document.write("<A title=\"Recording Requirements\" href=\"../../req.html\">\n");
document.write("<FONT SIZE=\"2\" FACE=\"Arial\" COLOR=\"#336699\">\n");
document.write("<B>Recording Requirements</B></FONT></A></TD></TR>\n");

document.write("<TR><TD ALIGN=CENTER VALIGN=CENTER WIDTH=\"200\">\n");
document.write("<A title=\"Document Pickup\" href=\"../../docpickup.html\">\n");
document.write("<FONT SIZE=\"2\" FACE=\"Arial\" COLOR=\"#336699\">\n");
document.write("<B>Document Pickup</B></FONT></A></TD></TR>\n");

document.write("<TR><TD ALIGN=CENTER VALIGN=CENTER WIDTH=\"200\">\n");
document.write("<A title=\"Public Research\" href=\"../pub_research.html\">\n");
document.write("<FONT SIZE=\"2\" FACE=\"Arial\" COLOR=\"#336699\">\n");
document.write("<B>Public Research</B></FONT></A></TD></TR>\n");

document.write("<TR><TD ALIGN=CENTER VALIGN=CENTER WIDTH=\"200\">\n");
document.write("<A title=\"Other Offices\" href=\"../../otheroffices.html\">\n");
document.write("<FONT SIZE=\"2\" FACE=\"Arial\" COLOR=\"#336699\">\n");
document.write("<B>Other Offices</B></FONT></A></TD></TR>\n");

document.write("<TR><TD ALIGN=CENTER VALIGN=CENTER WIDTH=\"200\">\n");
document.write("<A title=\"Recording Statistics\" href=\"../recyear.html\">\n");
document.write("<FONT SIZE=\"2\" FACE=\"Arial\" COLOR=\"#336699\">\n");
document.write("<B>Recording Statistics</B></FONT></A></TD></TR>\n");

document.write("<TR><TD ALIGN=CENTER VALIGN=CENTER WIDTH=\"200\">\n");
document.write("<A title=\"Subscriber Access\" href=\"../research.html\">\n");
document.write("<FONT SIZE=\"2\" FACE=\"Arial\" COLOR=\"#336699\">\n");
document.write("<B>Subscriber Access</B></FONT></A></TD></TR>\n");

document.write("<TR><TD ALIGN=CENTER VALIGN=CENTER WIDTH=\"200\">\n");
document.write("<hr color='#3388bb'>");
document.write("</TR>\n");

document.write("<TR><TD ALIGN=CENTER VALIGN=CENTER WIDTH=\"200\">\n");
document.write("<A title=\"Election Calendar\" href=\"../../calendar.html\">\n");
document.write("<FONT SIZE=\"2\" FACE=\"Arial\" COLOR=\"#336699\">\n");
document.write("<B>Election Calendar</B></FONT></A></TD></TR>\n");

document.write("<TR><TD ALIGN=CENTER VALIGN=CENTER WIDTH=\"200\">\n");
document.write("<A title=\"Registering to Vote\" href=\"../../regvote.html\">\n");
document.write("<FONT SIZE=\"2\" FACE=\"Arial\" COLOR=\"#336699\">\n");
document.write("<B>Registering to Vote</B></FONT></A></TD></TR>\n");

document.write("<TR><TD ALIGN=CENTER VALIGN=CENTER WIDTH=\"200\">\n");
document.write("<A title=\"Early Ballot Request\" href=\"../../earlyreq.html\">\n");
document.write("<FONT SIZE=\"2\" FACE=\"Arial\" COLOR=\"#336699\">\n");
document.write("<B>Early Ballot Request</B></FONT></A></TD></TR>\n");

document.write("<TR><TD ALIGN=CENTER VALIGN=CENTER WIDTH=\"200\">\n");
document.write("<a title=\"Campaign Committee Info\" href=\"../../committee_info.html\">\n");
document.write("<FONT SIZE=\"2\" FACE=\"Arial\" COLOR=\"#336699\">\n");
document.write("<B>Campaign Committee Info</B></FONT></A></TD><TR>\n");

/*document.write("<TR><TD ALIGN=CENTER VALIGN=CENTER WIDTH=\"200\">\n");
document.write("<A title=\"Kids Voting\" href=\"http://www.kidsvotingaz.org\">\n");
document.write("<img border=\"0\" src=\"../images/kidsvote.gif\" align=middle width=\"25\" height=\"25\">\n");
document.write("<FONT SIZE=\"2\" FACE=\"Arial\" COLOR=\"#336699\">\n");
document.write("<B>Kids Voting</B></FONT></A></TD></TR>\n"); */

document.write("<TR><TD ALIGN=CENTER VALIGN=CENTER WIDTH=\"200\">\n");
document.write("<A title=\"Voter Totals by District\" href=\"../voter_totals.html\">\n");
document.write("<FONT SIZE=\"2\" FACE=\"Arial\" COLOR=\"#336699\">\n");
document.write("<B>Voter Totals by District</B></FONT></A></TD></TR>\n");

document.write("<TR><TD ALIGN=CENTER VALIGN=CENTER WIDTH=\"200\">\n");
document.write("<A title=\"Voter Jurisdiction/Info\" href=\"search.html\">\n");
switch (page.substr(0, 16)) {
	case "search.html":
	case "street_info.html":
		document.write("<FONT SIZE=\"2\" FACE=\"Arial\" COLOR=\"#000099\">\n")
		break
	default:
		document.write("<FONT SIZE=\"2\" FACE=\"Arial\" COLOR=\"#336699\">\n")
		break
}
document.write("<B>Polling/Voter Info</B></FONT></A></TD></TR>\n");

document.write("<TR><TD ALIGN=CENTER VALIGN=CENTER WIDTH=\"200\">\n");
document.write("<A title=\"Voter Totals by Precinct\" href=\"totals_by_precinct.html\">\n");
switch (page.substr(0, 17)) {
	case "totals_by_precinc":
	case "voter_totals.html":
		document.write("<FONT SIZE=\"2\" FACE=\"Arial\" COLOR=\"#000099\">\n")
		break
	default:
		document.write("<FONT SIZE=\"2\" FACE=\"Arial\" COLOR=\"#336699\">\n")
		break
}
document.write("<B>Voter Totals by Precinct</B></FONT></A></TD></TR>\n");

document.write("<TR><TD ALIGN=CENTER VALIGN=CENTER WIDTH=\"200\">\n");
document.write("<A title=\"Holiday Schedule\" href=\"../../holidays.html\">\n");
document.write("<FONT SIZE=\"2\" FACE=\"Arial\" COLOR=\"#336699\">\n");
document.write("<B>Holiday Schedule</B></FONT></A></TD></TR>\n");

document.write("<TR><TD ALIGN=CENTER VALIGN=CENTER WIDTH=\"200\">\n");
document.write("<A title=\"Printable Calendar\" href=\"../../printable_calendar.html\">\n");
document.write("<FONT SIZE=\"2\" FACE=\"Arial\" COLOR=\"#336699\">\n");
document.write("<B>Printable Calendar</B></FONT></A></TD></TR>\n");

document.write("<TR><TD ALIGN=CENTER VALIGN=CENTER WIDTH=\"200\">\n");
document.write("<A title=\"Meet the Staff\" href=\"../../staff.html\">\n");
document.write("<FONT SIZE=\"2\" FACE=\"Arial\" COLOR=\"#336699\">\n");
document.write("<B>Meet the Staff</B></FONT></A></TD></TR>\n");

document.write("<TR><TD ALIGN=CENTER VALIGN=CENTER WIDTH=\"200\">\n");
document.write("<hr color='#3388bb'>");
document.write("</TR>\n");

document.write("</TABLE>\n");
