// detecting mouse objects 
var ns=(document.layers)
var ie=(document.all)
//capturing events
if (ns){document.captureEvents(Event.onMouseMove)}
document.onmousemove = mouseMove
//x,y cordinates
function mouseMove(el) {
	if (ns) {x=el.pageX; y=el.pageY;TheLength=document.layers.length}
	if (ie) {x=event.x; y=event.y;TheLength=document.all.length}
	for (i=1; i<TheLength; i++) {
       if (ns) {whichEl = document.layers[i];var whichMove=whichEl}
	   if (ie) {whichEl = document.all[i];whichMove=document.all[i].style}
       if (whichEl.id.indexOf("child")!= -1) {
                  whichMove.left=175
				  whichMove.top=y+3
                  }  
		}
	}
//show the layer when mouseover
function sign(el,c) {
if (ns){
        document.layers["child"+c].visibility="show";

		}else{

		document.all["child"+c].style.visibility="visible";

		}

		document.onmousemove = mouseMove

}

//hide the layer when mouseout

function hide(c) {

        if (ns){

        document.layers["child"+c].visibility="hide";

		}else{

		document.all["child"+c].style.visibility="hidden";

		}

		//release event when hiding layer

		if (ns){releaseEvents(Event.MOUSEMOVE)}

		document.onmousemove=""



}

var tooltip = new Array();

tooltip[0]='&nbsp; &#187; Military<br>&nbsp; &#187; Retail<br>&nbsp; &#187; Tourism/Recreation<br>&nbsp; &#187; Transportation<br>&nbsp; &#187; Local Climate';

tooltip[1]='&nbsp; &#187; Education<br>&nbsp; &#187; Healthcare<br>&nbsp; &#187; Financial<br>&nbsp; &#187; Utilities<br>&nbsp; &#187; Real Estate<br>&nbsp; &#187; Public Safety';

tooltip[2]='&nbsp; &#187; Financial<br>&nbsp; &#187; Utilities<br>&nbsp; &#187; Transportation<br>&nbsp; &#187; Real Estate';

tooltip[3]='&nbsp; &#187; Labor Market<br>&nbsp; &#187; Business Incubator<br>&nbsp; &#187; Tax Advantages<br>&nbsp; &#187; Business Assistance<br>&nbsp; &#187; International Trade<br>&nbsp; &#187; Starting a Business';

tooltip[4]='&nbsp; &#187; Emerald Coast Technology Center<br>&nbsp; &#187; Destin Industrial Airpark<br>&nbsp; &#187; Fort Walton Beach Commerce & Technology Park<br>&nbsp; &#187; Okaloosa County/Crestview Industrial Airpark<br>&nbsp; &#187; Laurel Hill Industrial Park<br>&nbsp; &#187; Holt Industrial Park<br>&nbsp; &#187; Shoal River Properties';

tooltip[5]='&nbsp; &#187; Tax Credit : Sales<br>&nbsp; &#187; Tax Credit : Corp.<br>&nbsp; &#187; Equipment Refund<br>&nbsp; &#187; Materials Refund<br>&nbsp; &#187; Property Tax Credit<br>&nbsp; &#187; Sales Exemption';

tooltip[6]='&nbsp; &#187; TeCMEN<br>&nbsp; &#187; Defense Support Initiative<br>&nbsp; &#187; Workforce Housing<br>&nbsp; &#187; Business Retention<br>&nbsp; &#187; Roundtable<br>&nbsp; &#187; Calendar of Events';

tooltip[7]='&nbsp; &#187; Our Mission<br>&nbsp; &#187; Membership<br>&nbsp; &#187; Promotional Opportunities';

tooltip[8]='&nbsp; &#187; Newsletter<br>&nbsp; &#187; Growth Management<br>&nbsp; &#187; Greenway Initiative<br>&nbsp; &#187; Florida LambdaRail<br>&nbsp; &#187; Vision of Growth-TV';

tooltip[9]='&nbsp; &#187; <a target="_blank" href="BracTaskForce/index.html">Team</a>';

tooltip[10]='&nbsp; &#187; Map<br>&nbsp; &#187; County<br>&nbsp; &#187; Municipalities';

tooltip[11]='&nbsp;';
