		function mostraResp(resp)
	{		
	    var prod = document.getElementById(resp);
		prod.className = ( prod.className == 'respaberto' ) ? 'respfechado' : 'respaberto';

		
	}