function abrir_img(im,ti,ex,ancho,alto,c){
	imagen=im;
	tituloi=ti;
	extrasi=ex;
	anchoi=ancho;
	altoi=alto;
	masAlto=alto+11;
	features = "width="+ancho+",height="+masAlto;
	if (c=="c")
		{
		window.open("/entretenimiento/chismes/ver_imagen.htm",ancho+alto,features);
		}
	if (c=="m")
		{
		window.open("/entretenimiento/musica/ver_imagen.htm",ancho+alto,features);
		}
	if (c=="t")
		{
		window.open("/entretenimiento/television/ver_imagen.htm",ancho+alto,features);
		}
	if (c=="e")
		{
		window.open("/entretenimiento/ver_imagen.htm",ancho+alto,features);
		}
	}
	
var nuevaVentana=null
function ampliar(foto,ancho,alto)
{
nuevaVentana = window.open(foto,"","height="+alto+",width="+ancho+",resizable=0,noresize=yes,toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=no")
}

fuente="";

function enviaamigor()
{
direccionr=window.location;
newWindow = window.open("/entretenimiento/ventanaamigo.cgi?dato="+direccionr,"main","scrollbars=no,toolbar=no,directories=no,menubar=no,resizable=no,width=294,height=341,screenX=35,screenY=35");
}

