function A_openBrWindow(theURL) {
var externalWin1 = null;
externalWin1 = window.open(theURL,'FotoA','width=300,height=300,top=0,left=0,Resizable=1');
}

function Form_Window(theURL) {
var externalWin2 = null;
externalWin2 = window.open(theURL,'Form','width=600,height=450,top=0,left=50,Resizable=1, Scrollbars=1');
}

function Tabella() {
var externalWin2a = null;
externalWin2a = window.open('TabellaGelati.htm','tab','width=520,height=500,top=0,left=50,Resizable=1, Scrollbars=1');
}

function B_openBrWindow(theURL) {
var externalWin3 = null;
externalWin3 = window.open(theURL,'FotoB','width=300,height=300,top=0,left=0,Resizable=1, Scrollbars=1');
}

function Virtual_openBrWindow(theURL) {
var externalWin4 = null;
externalWin4 = window.open(theURL,'360','width=480,height=360,top=0,left=0,Resizable=0, Scrollbars=0');
}

function Sat_openBrWindow(theURL) {
var externalWin5 = null;
externalWin5 = window.open(theURL,'Sat','width=720,height=640,top=0,left=0,Resizable=0, Scrollbars=0');
}
