function cl_test() {
	alert('here');
}

function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}
//-->
function cOn(tr){
tr.style.backgroundColor="#CDDEE9";
}
function cOut(tr){
tr.style.backgroundColor="";
}
