function test(){
alert ('mirko');
}

function popwin(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}

function popprivacy() {
  	popwin('../privacy/privacy.htm', 'popup_privacy','top=10px, left=10px, width=400px, height=550px, scrollbars=yes');
}
function popplayer(fname) {
  	popwin('player/flowplayer.php?movie='+fname, 'popup_player','top=10px, left=10px, width=400px, height=350px, scrollbars=no');
}
function call_photogallery() {
  this.document.location.href="../sala_stampa/photogallery.php?lang=IT&rootid=21&id=45";
}