<!--







// Table cell colour rollovers



function changeColor1() {



	document.getElementById("co").className="redTDCO"



}



function restoreColor1() {



	document.getElementById("co").className="greyTDCO"



}



function changeColor2() {



	document.getElementById("sl").className="redTDSL"



}



function restoreColor2() {



	document.getElementById("sl").className="greyTDSL"



}



function changeColor3() {



	document.getElementById("vt").className="redTDVT"



}



function restoreColor3() {



	document.getElementById("vt").className="greyTDVT"



}



function changeColor4() {



	document.getElementById("an").className="redTDAN"



}



function restoreColor4() {



	document.getElementById("an").className="greyTDAN"



}



function changeColor5() {



	document.getElementById("cf").className="redTDCF"



}



function restoreColor5() {



	document.getElementById("cf").className="greyTDCF"



}







// pop-up window opener



function MM_openBrWindow(theURL,winName,features) { //v2.0



  window.open(theURL,winName,features);



}







//-->
