 function openVideo(filevideo, nomefinestra) {

     openPopup(filevideo, nomefinestra, 480, 376);

 }
 
 function openPopup(filevideo, nomefinestra, ww, hh) {

     var w = ww;//screen.availWidth;
     var h = hh;//screen.availHeight;
    // var x = (screen.width - screen.availWidth) / 2;
    // var y = 0;
     var x = 10; //(screen.width - w) / 2;
     var y = 10; //(screen.height - h) / 2;
     
     newwin =  window.open(filevideo,nomefinestra,"location=0,menubar=0,statusbar=0,scrollbars=0,toolbar=0,resizable=0,width="+w+",height="+h+",left="+x+",top="+y+",screeX="+x+",screenY="+y);


 } 
 
 function apriDocumentario() {

    openVideo("video/documentary.html", "documentario");

 }

 
 function apriRecap() {

    openVideo("video/videorecap.html", "recap");

 }

 function apriPressrelease() {

    openPopup("http://www.triennale.it/triennale/sito_html/losers/index.htm", "pressrelease", 490, 542); 
 }
 
 function apriQtvr(quale) {

    openPopup("qtvr/" + quale, "qtvr", 480, 336);
//    openVideo("qtvr/" + quale, "qtvr");

 } 