//©Javascript por Maestrat Net
//webmaster@maestrat.net
//Prohibida su utilización sin permiso expreso


function foto(ref,w,h) { 
      
       var blank = 12513065;
      	f1=open('',"Win5","scrollbars=no, status=no, width=1, height=1, top=2000, left=0");      
      	f1.close();
       f1=open('',"Win5","scrollbars=no,status=no,width="+ w +",height="+ h +",top=50,left=50");      
      	f1.focus();
      	f1.document.open();
       f1.document.write("<head><title>DANISCOPING - © Dani L Huertas</title><meta http-equiv=\"imagetoolbar\" content=no></head><body bgcolor='#003333' topmargin=0, leftmargin=0, marginwidth=0, marginheight=0><center><p><a href='javascript:self.close();'><img border=0 src="+ ref +"></a></p></body></html>");
      	f1.document.close();
   	} 

