<!-- Begin POP-UP SIZES AND OPTIONS CODE

// CHANGE ANY OF THESE VARIABLES TO "no" OR "yes" TO TURN AN OPTION OFF OR ON

// ONLY USE lowercase FOR ALL OPTIONS

var paragraph_1 	= "yes"		// SHOW THE 1ST PARAGRAPH
var paragraph_2 	= "yes"		// SHOW THE 2ND PARAGRAPH
var showimage		= "no"		// SHOW A SIDEBAR IMAGE
var showscroller	= "yes"		// SHOW THE SCROLLER
var scrollspacing	= "20"		// NUDGE SIDEBAR DOWN
var bordercolor		= "9291AA"	// SCROLLER AND IMAGE BORDER COLOR

var showdate		= "yes"		// SHOW THE DATE ON THE PAGE
var dateLR		= "center"	// DATE LEFT OR RIGHT
var dateX		= "10"		// DATE X LOCATION
var dateY		= "164"		// DATE Y LOCATION

var showsearch		= "yes"		// SHOW THE SEARCH FORM
var searchLR		= "center"	// SEARCH FORM LEFT OR RIGHT
var searchX		= "10"		// SEARCH FORM X LOCATION
var searchY		= "210"		// SEARCH FORM Y LOCATION
var searchwidth		= "160"		// WIDTH OF THE SEARCH FORM
var searchtext		= "Web Search"	// TEXT ABOVE SEARCH FORM


// EDIT THE "scroller/scroll.variables0.js" FOR SCROLLER OPTIONS


// NUDGE SPACER
document.write('<img src="http://www.fultoncountyoh.com/picts/spacer.gif" height="'+scrollspacing+'" width="10"><br>')



// START SIDEBAR AREA PARAGRAPH 1 EDIT THIS AREA

   if (paragraph_1 == "yes") {

document.write('<span class="sidebartitle">')

document.write('<br>')

document.write('<br>')

document.write(' County Information:')

document.write('<br></span><span class="sidebartext">')

document.write('<br>')

document.write('<a href="http://www.fultoncountyoh.com/county_agencies/board_elections/board_elections.htm" class="sidelink">Elections</a><br>')
document.write('<a href="https://mail.fultoncountyoh.com/owa" class="sidelink">Exchange Web Mail</a><br>')
document.write('<a href="http://www.fultoncountyoh.com/county_agencies/info_tech/job_opportunities.htm" class="sidelink">Job Opportunties</a><br>')
document.write('<a href="calendar.htm" class="sidelink">Calendar</a><br>')
document.write('<a href="http://www.fultoncountyoh.com/elected_officials/Clerk_of_courts/records_search_disclaimer.htm" class="sidelink">Online Records Search</a><br>')
document.write('<a href="http://www.fultoncountyoh.com/county_agencies/info_tech/remote_help/helpdesk.exe" class="sidelink">Remote Desktop Help</a><br>')



document.write('<a href="http://www.govdeals.com/eas/index.cfm" class="sidelink">GovDeals Online Auction</a><br>')
document.write('</span><br><br>')


}
// END SIDEBAR AREA PARAGRAPH 1





// SCROLLER CODE
   if (showscroller == "yes") {

document.write('<TABLE cellpadding="0" cellspacing="0" border="1" bordercolor="#'+bordercolor+'" style="border-collapse:collapse"><tr><td>')
Tscroll_init (0)
document.write('</td></tr></table>')
document.write('<br><br>')

}




// SMALL PICTURE AREA
   if (showimage == "yes") {

document.write('<br><TABLE cellpadding="0" cellspacing="0" border="1" bordercolor="#'+bordercolor+'" style="border-collapse: collapse"><tr><td>')
document.write('<a href="http://www.fultoncountyoh.com"><IMG SRC="http:/www.fultoncountyoh.com/picts/sidebaro1.jpg" border="0" width="150"></a><br>')
document.write('</td></tr></table>')
document.write('<br><br>')
}




// START SIDEBAR AREA PARAGRAPH 2 EDIT THIS AREA

document.write(' <a href="http://www.fultoncountyoh.com/elected_officials/county_commissioners/fcprescription.htm"><img src="http://www.fultoncountyoh.com/picts/fccard.jpg" border="0"></a><br> ');
   if (paragraph_2 == "yes") {

document.write('<span class="sidebartitle">')
document.write('Current Information:')

document.write('<br></span><span class="sidebartext">')

document.write('<br>')

document.write('<a href="http://www.fultoncountyoh.com/elected_officials/county_commissioners/pdf_files/annual_report/annual_report_2009.pdf" class="sidelink">Annual Report</a> <br>')
document.write('<br>')
document.write('<a href="http://www.fultoncountyoh.com/elected_officials/county_commissioners/press_release_legal_notices.htm" class="sidelink">Commissioners Press Releases and Legal Notices</a> <br>')
document.write('<br>')
document.write('<a href="http://www.fultoncountyoh.com/elected_officials/engineer/engineer_bids.htm" class="sidelink">Engineer Bid Projects</a> <br>')
document.write('<br>')
document.write('<a href="http://www.fultoncountyoh.com/elected_officials/treasurer/tax_notice.htm" class="sidelink">Tax Notice</a> <br>')
document.write('<br>')
document.write('<a href="http://www.fultoncountyoh.com/county_agencies/job_family_services/job_family_services.htm" class="sidelink">JFS Legal Notices</a> <br>')
document.write('<br>')
document.write('<a href="http://www.fultoncountyoh.com/county_agencies/job_family_services/pdf_files/2009AR.pdf" class="sidelink">Job & Family Services Annual Report</a> <br>')
document.write('<br>')
document.write('<a href="http://www.fultoncountyoh.com/elected_officials/county_commissioners/employee_wellness.htm" class="sidelink">Employee Wellness Program</a> <br>')
document.write('<br>')
document.write('<a href="http://www.fultoncountyoh.com/elected_officials/county_commissioners/press_release_legal_notices.htm" class="sidelink">Maumee Valley Planning Organization RFQ</a> <br>')
document.write('<br>')
document.write('<a href="http://www.fultoncountyoh.com/county_agencies/sanitary_engineer/current_projects.htm" class="sidelink">Northeast Water System</a> <br>')
document.write('<br>')
document.write('<a href="http://www.fultoncountyoh.com/nsp.htm" class="sidelink">Maumee Valley Planning Commission - NSP Information</a> <br>')
document.write('<br>')



}
// END SIDEBAR AREA PARAGRAPH 2




// SEARCH FORM
   if (showsearch == "yes") {

document.write('<div id="search" style="'+searchLR+': '+searchX+'px; POSITION: absolute; TOP: '+searchY+'px; width: auto; z-index: 1;">')
document.write('<TABLE cellpadding="0" cellspacing="2" border="0" width="'+searchwidth+'"><tr><td colspan="2" class="sidebartext">')
document.write(''+searchtext+'<br>')
document.write('</td></tr><tr><td align="left">')
document.write('<form action="http://www.google.com/search" name="f" target="_blank" style="margin: 0px">')
document.write('<input type="hidden" name="any selected">')
document.write('<input size="15" name="q" value="" class="searchform">&nbsp;<input type=submit value="Go!" name="btnG" class="searchbutton"><br>')
document.write('</form>')
document.write('</td></tr></table>')
document.write('</div>')
}



// START DATE SCRIPT
   if (showdate == "yes") {

document.write('<div id="date-location" style="'+dateLR+': '+dateX+'px; POSITION: absolute; TOP: '+dateY+'px">');
var d=new Date()
var weekday=new Array("Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday")
var monthname=new Array("January","February","March","April","May","June","July","August","September","October","November","December")
document.write("<span class=\"date-font\"><nobr>" + weekday[d.getDay()] + " ")
document.write(d.getDate() + ". ")
document.write(monthname[d.getMonth()] + " ")
document.write(d.getFullYear())
document.write("</nobr><br></span>")
document.write('</div>');

}


// -- END -->