function myopen(filename,windowname,properties) {
    mywindow = window.open(filename,windowname,properties);
}


// 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(imagen,pie,Ancho,Alto)
{
MasAlto=Alto+11;
features = "width="+Ancho+",height="+MasAlto;
w_new = window.open("",Ancho+Alto,features);
w_new.document.write("<html>");
w_new.document.write("<head><title>Terra "+pie+"</title></head>");
w_new.document.write("<body topmargin=0 leftmargin=0 marginwidth=0 marginheight=0>");
w_new.document.write("<table border=0 cellpadding=0 cellspacing=0 width=100% background=\'/mujer/belleza/grafs/ext.gif\'>");
w_new.document.write("<tr><td width=50% align=left><img src=\'/mujer/belleza/grafs/terra.gif\' width=\'74\' height=\'31\' border=\'0\'></td>");
w_new.document.write("<td width=50% align=right><a href=\'javascript:window.close()\'><img src=\'/mujer/belleza/grafs/cerrar.gif\' width=\'91\' height=\'31\' border=\'0\'></a></td></tr>");
w_new.document.write("<tr>");
w_new.document.write("<td colspan=2>");
w_new.document.write("<img src='");
w_new.document.write(imagen + "'");
w_new.document.write(" width='");
w_new.document.write(Ancho + "'");
w_new.document.write(" height='");
w_new.document.write(Alto + "'");
w_new.document.write(" alt=");
w_new.document.write(pie);
w_new.document.write("></td>");
w_new.document.write("</tr>");
w_new.document.write("</table>");
w_new.document.write("<div visibility=hidden>");
w_new.document.write("<IMG BORDER=0 SRC=http://hits.e.cl/cert/hit.dll?sitio_id=18873&path=/mujer/imagenes/&vc=3.00&size=1024&colors=32&referer=otro&java=true&idio=es-pe&cpu=x86&vers='4.0'>");
w_new.document.write("</div>");
w_new.document.write("</body>");
w_new.document.write("</html>");
}

function CambiaImg(imgid,imgnew){
	if(navigator.appVersion.substring(0,1)>=3){
		document.images[imgid].src=imgnew;
	}
}
