function cperf(){
	if(document.getElementById("tmuro").value=="Escribe en el muro..."){
		document.getElementById("tmuro").value="";
		document.getElementById("tmuro").className="tmuro";
	}
}
function cperb(){
	if(document.getElementById("tmuro").value==""){
			document.getElementById("tmuro").value="Escribe en el muro...";
			document.getElementById("tmuro").className="tmuro tmurob";
	}
}

function perfo(id){
	document.getElementById("oscurecer").style.display='block';
	document.getElementById("perf").style.display='block';
	document.body.style.overflow='hidden';
	document.getElementById("perf").innerHTML="<img src=\"http://divandu.com.ar/img/load.gif\">";
	ajax("g","","perf","http://divandu.com.ar/Perfil/perfilf.php?id="+id)
}
function perfx(){
	document.getElementById("oscurecer").style.display='none';
	document.getElementById("perf").style.display='none';
	document.body.style.overflow='scroll';
	document.getElementById("perf").innerHTML="";
}

function perfc(id){
	document.getElementById("oscurecer").style.display='block';
	document.getElementById("conta").style.display='block';
	document.body.style.overflow='hidden';
	document.getElementById("conta").innerHTML="<img src=\"http://divandu.com.ar/img/load.gif\">";
	ajax("g","","conta","http://divandu.com.ar/Perfil/perfilc.php?id="+id)
}
function perfco(){
	document.getElementById("oscurecer").style.display='none';
	document.getElementById("conta").style.display='none';
	document.body.style.overflow='scroll';
	document.getElementById("conta").innerHTML="";
}
