
<!--

popupcount=0;

function popup (wintitle,text,imgname,winwidth,winheight)

{

popupcount++;

windowname='wintitle' + '' + popupcount;

closebutton = ""

popupwin=window.open("",windowname,"toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,width=" + winwidth + ",height=" + winheight);

popupwin.document.write("<HTML><HEAD><TITLE>Fotografía - " + wintitle + "</TITLE></HEAD><BODY BGCOLOR='#000000' LEFTMARGIN='0' TOPMARGIN='0' MARGINWIDTH='0' MARGINHEIGHT='0'><FONT FACE='Helvetica, Arial'><B>" + wintitle + "</B></FONT><IMG SRC=" + imgname + ">" + closebutton);

popupwin.document.close();

}

// -->
