<!-- Hide the script from old browsers --

if (document.images) {
	head1Auto	= new Image
	head1Autob = new Image
	head2Camp = new Image
	head2Campb = new Image
	nav1Nav1 = new Image
	nav1Nav1b = new Image
	

	
	head1Auto.src	= "image/head1.gif"
	head1Autob.src = "image/head1b.gif"
	head2Camp.src = "image/head2.gif"
	head2Campb.src = "image/head2b.gif"
	nav1Nav1.src = "image/nav1.gif"
	nav1Nav1b.src = "image/nav1b.gif"
	

	
	function imgOver(thisImg) {
		document[thisImg].src = "image/" + thisImg + "b.gif"
		}
	function imgOut(thisImg) {
		document[thisImg].src = "image/" + thisImg + ".gif"
		}
	
}

else {
	head1Auto	= ""
	head1Autob = ""
	head2Camp = ""
	head2Campb = ""
	nav1Nav1 = ""
	nav1Nav1b = ""
	

	document.out = ""
	
}



//end hide-->

