var alt=screen.height
var anch=screen.width

function ZoomFoto(variable,foto,w,h){
		var caracter="scrollbars=no,width="+w+",height="+h+",screenX="+(anch-w)/2+",screenY="+(alt-h)/2+",left="+(anch-w)/2+",top="+(alt-h)/2;
	eval(variable+"=open('','"+variable+"','"+caracter+"')");
	eval(variable+".document.open()");
	eval(variable+".document.write('<HEAD><META HTTP-EQUIV=\"imagetoolbar\" CONTENT=\"no\"><TITLE></TITLE></HEAD><BODY leftMargin=0 topMargin=0 marginheight=0 marginwidth=0 BGCOLOR=#630 background=\"/img/bg.jpg\" onMouseDown=\"window.close();\">')");
	eval(variable+".document.write('<IMG SRC=\"'+foto+'\" WIDTH=\"'+w+'\" HEIGHT=\"'+h+'\" BORDER=0>')");
	eval(variable+".document.write('</BODY></HTML>')");
	eval(variable+".document.close()");
	eval(variable+".focus()");
}

function VecImagenes()
{
n=0;
this[n++]="/img/flores1.gif";
this[n++]="/img/flores2.gif";
this[n++]="/img/flores3.gif";
this[n++]="/img/flores4.gif";
this[n++]="/img/flores5.gif";
this[n++]="/img/flores6.gif";
this[n++]="/img/flores7.gif";
this[n++]="/img/flores8.gif";
this[n++]="/img/flores9.gif";
this[n++]="/img/flores10.gif";
this.N=n;
}
var Imagenes=new VecImagenes();
src= Imagenes[ Math.floor(Math.random() * Imagenes.N) ] ;
document.write("<IMG SRC="+src+" BORDER=0 WIDTH=210 HEIGHT=43>");
