// studio.js
//Apre finestra.htm; calende.htm; canale;
function MM_openBrWindow(theURL,winName,features) { //v2.0
window.open(theURL,winName,features);
}

//Apre newfinestra giornalino scolastico n.19
function Launch(){ window.open('fogliovolante/05_2004.pdf');
}

