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 call_photogallery() {
  this.document.location.href="../il_servizio/photogallery.php?lang=en&rootid=12&id=79"
}