// JavaScript Document
function winopen1b() {
   var w = 500;
   var h = 500;
   var l = Math.floor((screen.width-w)/2);
   var t = Math.floor((screen.height-h)/2);
      window.open("Auditorium ingresso-eng.html","","width=" + w + ",height=" + h + ",top=" + t + ",left=" + l);
 }

function winopen2b() {
   var w = 559;
   var h = 445;
   var l = Math.floor((screen.width-w)/2);
   var t = Math.floor((screen.height-h)/2);
      window.open("cabine-eng.html","","width=" + w + ",height=" + h + ",top=" + t + ",left=" + l);
 }

function winopen3b() {
   var w = 570;
   var h = 740;
   var l = Math.floor((screen.width-w)/2);
   var t = Math.floor((screen.height-h)/2);
      window.open("auditorium-eng.html","","width=" + w + ",height=" + h + ",top=" + t + ",left=" + l);
 }

function winopen4b() {
   var w = 560;
   var h = 445;
   var l = Math.floor((screen.width-w)/2);
   var t = Math.floor((screen.height-h)/2);
      window.open("foyer-eng.html","","width=" + w + ",height=" + h + ",top=" + t + ",left=" + l);
 }
 
function winopen5b() {
   var w = 500;
   var h = 445;
   var l = Math.floor((screen.width-w)/2);
   var t = Math.floor((screen.height-h)/2);
      window.open("palco-eng.html","","width=" + w + ",height=" + h + ",top=" + t + ",left=" + l);
 }
 
 
function winopen6b() {
   var w = 500;
   var h = 500;
   var l = Math.floor((screen.width-w)/2);
   var t = Math.floor((screen.height-h)/2);
      window.open("ristorante-eng.html","","width=" + w + ",height=" + h + ",top=" + t + ",left=" + l);
 }
 
function winopen7b() {
   var w = 450;
   var h = 450;
   var l = Math.floor((screen.width-w)/2);
   var t = Math.floor((screen.height-h)/2);
      window.open("cappella-eng.html","","width=" + w + ",height=" + h + ",top=" + t + ",left=" + l);
 }
 
function winopen8b() {
   var w = 528;
   var h = 490;
   var l = Math.floor((screen.width-w)/2);
   var t = Math.floor((screen.height-h)/2);
      window.open("sala meeting tommaso-eng.html","","width=" + w + ",height=" + h + ",top=" + t + ",left=" + l);
 }

function winopen9b() {
   var w = 500;
   var h = 500;
   var l = Math.floor((screen.width-w)/2);
   var t = Math.floor((screen.height-h)/2);
      window.open("sala meeting alberto eng.html","","width=" + w + ",height=" + h + ",top=" + t + ",left=" + l);
 }
 
 
function winopen10b() {
   var w = 528;
   var h = 445;
   var l = Math.floor((screen.width-w)/2);
   var t = Math.floor((screen.height-h)/2);
      window.open("sala s.pio v-eng.html","","width=" + w + ",height=" + h + ",top=" + t + ",left=" + l);
 }
 
function winopen11b() {
   var w = 500;
   var h = 400;
   var l = Math.floor((screen.width-w)/2);
   var t = Math.floor((screen.height-h)/2);
      window.open("ristorante-bar-eng.html","","width=" + w + ",height=" + h + ",top=" + t + ",left=" + l);
 }

