// banners
var abc = Math.random() + "";
var num = abc.substring(2,abc.length);


function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}

function abrir_img(im,ti,ex,ancho,alto){
        imagen=im;
        tituloi=ti;
        extrasi=ex;
        anchoi=ancho;
        altoi=alto;
        masAlto=alto+11;
        features = "width="+ancho+",height="+masAlto;
        window.open("/templates/includes/ver_imagen.htm?f=/mujer/img/ver_imagen.htm",ancho+alto,features);
}

function fotVid(fotvid){
	
	for(i=1;i<=4;i++){
		d_vid = document.getElementById('d_vid_'+i)
		if(i==fotvid){
			d_vid.style.display = "";
		}else{
			d_vid.style.display = "none";
		}
	}
}

