function verRegistroPU(){
	//centerDivWindow("sVentanaRegPU");
/*	$('sOverlay').style.display='';

	
	new Effect.Appear('sVentanaRegPU',{duration:0.3});*/
	document.location.href='http://www.perfilunico.com/registro.central.php?Web=1';
	}
function ocultarRegistroPU(){
	new Effect.Fade('sVentanaRegPU',{duration:0.8});
	new Effect.Fade('sOverlay',{duration:0.5});
	//GetId("sOverlay").style.display='';
	}
function finRegistroPU(){
	new Effect.Fade('sVentanaRegPU',{duration:0.8});
	new Effect.Fade('sOverlay',{duration:0.5});
	}
function saltarRegistroPU(){
	GetId("ZonaC").innerHTML='<iframe src="registro.web.php?Web=1" height="415" width="667" frameborder="0" scrolling="no"> </iframe>';
	}
	
	