/***********************************************
* AnyLink Drop Down Menu- © Dynamic Drive (www.dynamicdrive.com)
* This notice MUST stay intact for legal use
* Visit http://www.dynamicdrive.com/ for full source code
***********************************************/

var menuwidth='165px' //default menu width
var menubgcolor='#000000'  //menu bgcolor
var disappeardelay=250  //menu disappear speed onMouseout (in miliseconds)
var hidemenu_onclick="yes" //hide menu when user clicks within menu?
var horizontaloffset=2
var menuToHide = "Quick Response"

//Contents for menu 1
var menu1=new Array()
menu1[0]='<a href="profile.html?profiletabs=0">Georgetown County Profile</a>'
menu1[1]='<a href="profile.html?profiletabs=1">Mission Statement</a>'
menu1[2]='<a href="targetsector.html">Target Sector Report</a>'

//Contents for menu 2
var menu2=new Array()
menu2[0]='<a href="business.html?businesstabs=0">Location</a>'
menu2[1]='<a href="business.html?businesstabs=1">Incentives</a>'
menu2[2]='<a href="business.html?businesstabs=2">Population/Growth</a>'
menu2[3]='<a href="business.html?businesstabs=3">Labor/Employment</a>'
menu2[4]='<a href="business.html?businesstabs=4">Port/Transportation</a>'
menu2[5]='<a href="business.html?businesstabs=5">Small Business Development</a>'
//Contents for menu 3
var menu3=new Array()
menu3[0]='<a href="#">Available Sites</a>'
menu3[1]='<a href="#">Available Buildings</a>'

//Contents for menu 4	
var menu4=new Array()
menu4[0]='<a href="resources.html?resourcetabs=0">Education/Training</a>'
menu4[1]='<a href="resources.html?resourcetabs=1">Health Care</a>'
menu4[2]='<a href="resources.html?resourcetabs=2">Utilities</a>'
menu4[3]='<a href="resources.html?resourcetabs=3">Financial Institutions</a>'
menu4[14]='<a href="resources.html?resourcetabs=4">Roads/Air/Waterways</a>'

//Contents for menu 5
var menu5=new Array()
menu5[0]='<a href="lifestyle.html?lifetabs=0">At the Center of it All</a>'
menu5[1]='<a href="lifestyle.html?lifetabs=1">Quality of Life</a>'
menu5[2]='<a href="lifestyle.html?lifetabs=2">Golf/Tourism</a>'
menu5[3]='<a href="lifestyle.html?lifetabs=3">History/Culture</a>'
menu5[4]='<a href="lifestyle.html?lifetabs=4">Photo Gallery</a>'

//Contents for menu 6
var menu6=new Array()
menu6[0]='<a href="contact.html?contacttabs=0">Georgetown Contact Info</a>'
menu6[1]='<a href="contact.html?contacttabs=2">Quick Response Form</a>'
menu6[2]='<a href="siterequest.asp">Site/Facility Info Request</a>'
menu6[3]='<a href="contact.html?contacttabs=1">Web Site Links</a>'
