// JavaScript Document

// Link Bar Changes

	function change1(){
	document.getElementById("linkbox").style.backgroundImage = "url(/images/linkbar_bkg2.gif)";
	}
	function change_back1(){
	document.getElementById("linkbox").style.backgroundImage = "url(/images/linkbar_bkg.gif)";
	}
	function change2(){
	document.getElementById("linkbox2").style.backgroundImage = "url(/images/linkbar_bkg2.gif)";
	}
	function change_back2(){
	document.getElementById("linkbox2").style.backgroundImage = "url(/images/linkbar_bkg.gif)";
	}
	function change3(){
	document.getElementById("linkbox3").style.backgroundImage = "url(/images/linkbar_bkg2.gif)";
	}
	function change_back3(){
	document.getElementById("linkbox3").style.backgroundImage = "url(/images/linkbar_bkg.gif)";
	}
	function change4(){
	document.getElementById("linkbox4").style.backgroundImage = "url(/images/linkbar_bkg2.gif)";
	}
	function change_back4(){
	document.getElementById("linkbox4").style.backgroundImage = "url(/images/linkbar_bkg.gif)";
	}
	function change5(){
	document.getElementById("linkbox5").style.backgroundImage = "url(/images/linkbar_bkg2.gif)";
	}
	function change_back5(){
	document.getElementById("linkbox5").style.backgroundImage = "url(/images/linkbar_bkg.gif)";
	}
	function change6(){
	document.getElementById("linkbox6").style.backgroundImage = "url(/images/linkbar_bkg2.gif)";
	}
	function change_back6(){
	document.getElementById("linkbox6").style.backgroundImage = "url(/images/linkbar_bkg.gif)";
	}
	function change7(){
	document.getElementById("linkbox7").style.backgroundImage = "url(/images/linkbar_bkg2.gif)";
	}
	function change_back7(){
	document.getElementById("linkbox7").style.backgroundImage = "url(/images/linkbar_bkg.gif)";
	}
	function change8(){
	document.getElementById("linkbox8").style.backgroundImage = "url(/images/linkbar_bkg2.gif)";
	}
	function change_back8(){
	document.getElementById("linkbox8").style.backgroundImage = "url(/images/linkbar_bkg.gif)";
	}
	function change9(){
	document.getElementById("linkbox9").style.backgroundImage = "url(/images/linkbar_bkg2.gif)";
	}
	function change_back9(){
	document.getElementById("linkbox9").style.backgroundImage = "url(/images/linkbar_bkg.gif)";
	}
	
// Properties Table Changes