function display(id, on_off) { 
	var el = document.all ? document.all[id] : document.getElementById(id);  if(el) el.style.display = on_off ? '' : 'none'; 
}

function suite() {
	$('.texto').hide('slow');
	$('#texto226,#texto227,#texto228,#texto229,#texto98,#texto231').show('slow');
}

function abre(id) {
	$('.texto').hide('slow');
	$('#'+id).show("slow");
}

var ycsdone;
	function visita(acao) {
		var z;
		if (ycsdone)
		return;
		z="&r="+escape(document.referrer);
		z=z+"&b="+escape(navigator.appName+" "+navigator.appVersion);
		var w=parseFloat(navigator.appVersion);
		if (w > 2.0) {
			z=z+"&s="+screen.width+"x"+screen.height;
			z=z+"&o="+navigator.platform;
			var v="1.2";
		if (navigator.appName != "Netscape") {
			z=z+"&c="+screen.colorDepth;
		} else {
			z=z+"&c="+screen.pixelDepth
		}
		z=z+"&j="+navigator.javaEnabled();
	} else {
		v=1.0;
	}
	z=z+"&v="+v;
	
	if (acao!=undefined) {
		z=z+"&acao="+acao;
		//document.writeln("<img src=\"visita.php?"+z+"\" width=0 height=0>");
		document.writeln("<img src=\"/visita.php?"+z+"\" width=0 height=0>");
		ycsdone=1;
		}
	}