// JavaScript Document
function winopen1() {
   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.html","","width=" + w + ",height=" + h + ",top=" + t + ",left=" + l);
 }
 


function winopen2() {
   var w = 558;
   var h = 445;
   var l = Math.floor((screen.width-w)/2);
   var t = Math.floor((screen.height-h)/2);
      window.open("cabine.html","","width=" + w + ",height=" + h + ",top=" + t + ",left=" + l);
 }
 

 
function winopen3() {
   var w = 563;
   var h = 740;
   var l = Math.floor((screen.width-w)/2);
   var t = Math.floor((screen.height-h)/2);
      window.open("auditorium.html","","width=" + w + ",height=" + h + ",top=" + t + ",left=" + l);
 }
 

function winopen4() {
   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.html","","width=" + w + ",height=" + h + ",top=" + t + ",left=" + l);
 }
 

 
function winopen5() {
   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.html","","width=" + w + ",height=" + h + ",top=" + t + ",left=" + l);
 }
 

 
function winopen6() {
   var w = 530;
   var h = 530;
   var l = Math.floor((screen.width-w)/2);
   var t = Math.floor((screen.height-h)/2);
      window.open("ristorante.html","","width=" + w + ",height=" + h + ",top=" + t + ",left=" + l);
 }


function winopen7() {
   var w = 466;
   var h = 450;
   var l = Math.floor((screen.width-w)/2);
   var t = Math.floor((screen.height-h)/2);
      window.open("cappella.html","","width=" + w + ",height=" + h + ",top=" + t + ",left=" + l);
 }
 

 
function winopen8() {
   var w = 529;
   var h = 539;
   var l = Math.floor((screen.width-w)/2);
   var t = Math.floor((screen.height-h)/2);
      window.open("sala meeting tommaso.html","","width=" + w + ",height=" + h + ",top=" + t + ",left=" + l);
 }

function winopen9() {
   var w = 535;
   var h = 445;
   var l = Math.floor((screen.width-w)/2);
   var t = Math.floor((screen.height-h)/2);
      window.open("sale multimediali.html","","width=" + w + ",height=" + h + ",top=" + t + ",left=" + l);
 }
 
function winopen9bis() {
   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.html","","width=" + w + ",height=" + h + ",top=" + t + ",left=" + l);
 }

function winopen10() {
   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.html","","width=" + w + ",height=" + h + ",top=" + t + ",left=" + l);
 }