function enlarge(picname,w,h) {popup = window.open('','','toolbar=no,location=no,directories=no,menubar=no,resizable=no,status=no,scrollbars=auto,width='+w+',height='+h); popup.document.write('<HTML><title>Astoriapanzió</title><BODY><div style="position: absolute; left: 0px; top: 0px; right:0px; bottom:0px;"><TABLE CELLPADDING=0 CELLSPACING=0 BORDER=0><TR VALIGN=MIDDLE><TD ALIGN=CENTER>'); popup.document.write('<IMG SRC="'+picname+'" BORDER=0 OnClick=self.close()></TR></TD></TABLE></div></BODY></HTML>'); popup.document.close(); }

