// JavaScript Document
function tipo(ob){
	obj(ob).style.visibility='visible';
	
}
function untipo(ob){
	obj(ob).style.visibility='hidden';
	
}
