/* Foglio javascript CONTATTI per NOME SITO */
/* ****************************************************** POP UP */
function open_popup(page) {
  window.open(page,"popup","width=750,height=550,toolbar=yes,location=yes,status=yes,menubar=yes,resizable=yes,scrollbars=yes");
  return false;
}
function open_popup2(page) {
  window.open(page,"popup","width=785,height=550,toolbar=yes,location=yes,status=yes,menubar=yes,resizable=yes,scrollbars=yes");
  return false;
}
