

function run_bhead(flurl,flname,flwidth,flheight){
document.write('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="'+flwidth+'" height="'+flheight+'" id="'+flname+'" align="middle"><param name="allowScriptAccess" value="sameDomain" /><param name="movie" value="'+flurl+flname+'.swf" /><param name="wmode" value="transparent" /><param name="quality" value="high" /><embed src="'+flurl+flname+'.swf" quality="high" width="'+flwidth+'" height="'+flheight+'" name="'+flname+'" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" wmode="transparent"/></object>')
} 

  
function opph(img){foto1= new Image();foto1.src=(img);Controlla(img);}
function Controlla(img){if((foto1.width!=0)&&(foto1.height!=0)){viewFoto(img);}else{funzione="Controlla('"+img+"')"; intervallo=setTimeout(funzione,20);}}
function viewFoto(img){largh=foto1.width+40; altez=foto1.height+40; stringa="width="+largh+", height="+altez; finestra=window.open(img,"",stringa);}


