function flash(path,wid,hei){
document.write('<object id="filmato" type="application/x-shockwave-flash" data="'+path+'" width="'+wid+'" height="'+hei+'"><param name="movie" value="'+path+'" /><param name="menu" value="false" /><param name="wmode" value="transparent" /></object>');
}

function aggphoto(pos,lpos,xx,titolo) {
  document.getElementById('img_p').src = pos;
  document.getElementById('img_p').title = titolo;
 
}
