
<!-- Hide Javascript

function openHarp()
{
 var w = window.open ("map.htm","win1",'toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=no,resizable=0,width=512,height=366,left=150,top=50');

}

function CloseCRED() {
parent.window.close()
}

//get platform info

agt=navigator.userAgent.toLowerCase();

ie=(document.all) ? 1:0

ie4=(agt.indexOf('msie 4')!=-1) ? 1:0

ie5=(agt.indexOf('msie 5')!=-1) ? 1:0

ie6=(agt.indexOf('msie 6')!=-1) ? 1:0

ns4=(document.layers && parseInt(navigator.appVersion)>=4) ? 1:0

win=( (agt.indexOf("win")!=-1) || (agt.indexOf("16bit")!=-1) )

mac=(agt.indexOf("mac")!=-1);

imgs=(document.images) ? 1:0

//rollovers

function swapImage(theImage,newSrc){

	if(imgs){

		theOverImage=theImage; oldSrc=document.images[theImage].src;

		document.images[theImage].src=newSrc

		}

	}

function swapBack(){

	if(imgs){

		document.images[theOverImage].src=oldSrc

		}

	}

function preloadImages() { //v3.0

  var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();

    var i,j=d.MM_p.length,a=preloadImages.arguments; for(i=0; i<a.length; i++)

    if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}

}



preloadImages('images/but1on.gif','images/but2on.gif','images/but3on.gif','images/but4on.gif','images/but7on.gif') //add in here any other images to preload before HTML

//rollover images loaded after HMTL from <body> tag



f7_droplayer=new Array()



/* define dropdown and blah blah blah in here as */

//f7_droplayer[n]=new Array("dropname","imagename","offimagesrc","overimagesrc")



f7_droplayer[0]=new Array('drop0','but1','images/but1.gif','images/but1on.gif')

f7_droplayer[1]=new Array('drop1','but2','images/but2.gif','images/but2on.gif')

f7_droplayer[2]=new Array('drop2','but3','images/but3.gif','images/but3on.gif')

f7_droplayer[3]=new Array('drop3','but4','images/but4.gif','images/but4on.gif')

f7_droplayer[4]=new Array('drop4','but7','images/but7.gif','images/but7on.gif')


function printWindow() {
bV = parseInt(navigator.appVersion);
if (bV >= 4) window.print();
}

//-->
