		<!--
		function changeto(source, highlightcolor, source2, othercolor)	{
			source.style.backgroundColor=highlightcolor;  
			source2.style.color=othercolor;  
		}
		function new_window(url) {
			link = window.open(url,'Link','toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0,width=500,height=400,left=20,top=30');
		}
		function gotourl(url) {
			document.location.href=url;
		}
		function mOver() {
			//document.body.style.cursor='hand';
		}
		function mOut() {
			//document.body.style.cursor='';	
		}
		function mOver2(theTD,C1,thelink,C2) {
			theTD.style.backgroundColor=C1;
			document.getElementById(thelink).style.color=C2;			
			document.body.style.cursor='hand';
		}
		function mOut2(theTD,C1,thelink,C2) {
			theTD.style.backgroundColor=C1;
			document.getElementById(thelink).style.color=C2;
			document.body.style.cursor='';	
		}
		function msg(words) {
			self.status = words;
			return true;
		}
		function cl() {
			self.status = '';
			return false;
		}		
		// -->
