//<!--

	function mainon(a) {
		a.style.backgroundColor='#777777';
		a.style.border = '#000000 solid 1px';
		a.style.cursor = 'hand';
		a.style.color = '#CACACA';		
		
	}	

	function mainoff(a) {
	    
		a.style.backgroundColor='#c0c0c0';	
		a.style.border = '1px solid  #000000';
		a.style.color='#000000';
	}	 
	 
//-->

