<HEAD>
<SCRIPT language=JavaScript>
<!--
/* Function that opens popups. */
function openPopup(url,mywidth,myheight)
{
MyWindow = window.open(url,'foto','toolbar=0,location=0,directories=0,statusbar=0,menubar=0,scrollbars=0,resizable=0,width='+mywidth+',height='+myheight);
}
//-->
</SCRIPT>
</HEAD>