function FULL(str){
window.open("Pace.html","","fullscreen","scroll=0","toolbar=0","location=0","directories=0","status=0","menubar=0","scrollbars=0","resizable=0","imagetoolbar=0","border=0")
}
function archivio() {
var newWindow = open("ARCHIVIO.html", "secondWindow", "scrollbars=yes,resizable=yes,width=680,height=470,top=10,left=10,");
}
function nicaraguadoc() {
var newWindow = open("DOCUMENTI/nicaraguadoc.html#scheda", "secondWindow", "scrollbars=yes,resizable=yes,width=680,height=470,top=10,left=10,");
}
function nicaraguadoc2() {
var newWindow = open("DOCUMENTI/nicaraguadoc.html#bananeros", "secondWindow", "scrollbars=yes,resizable=yes,width=680,height=470,top=10,left=10,");
}
function sitocdb() {
var newWindow = open("DOSSIER/sitocdb.html", "secondWindow", "scrollbars=yes,resizable=yes,width=650,height=470,top=10,left=10,");
}
function appuntamenti() {
var newWindow = open("Appuntamenti.html", "secondWindow", "scrollbars=yes,resizable=yes,width=675,height=470,top=10,left=10,");
}
function fossati() {
var newWindow = open("CAMP06 FILE/FOSSATI.html", "secondWindow", "scrollbars=yes,resizable=no,width=675,height=470,top=10,left=10,");
}
function maw() {
var newWindow = open("lavori_in_corso.htm", "secondWindow", "scrollbars=yes,resizable=yes,width=200,height=200,top=250,left=400,");
}
function maw2() {
var newWindow = open("lavori_in_corso2.htm", "secondWindow", "scrollbars=yes,resizable=yes,width=200,height=200,top=250,left=400,");
}
function maw3() {
var newWindow = open("lavori_in_corso3.htm", "secondWindow", "scrollbars=yes,resizable=yes,width=200,height=200,top=250,left=400,");
}

function Centro(mypage,myname,w,h,features) {
if(screen.width){
var winl = (screen.width-w)/2;
var wint = (screen.height-h)/2;
}else{winl = 0;wint =0;}
if (winl < 0) winl = 0;
if (wint < 0) wint = 0;
var settings = 'height=' + h + ',';
settings += 'width=' + w + ',';
settings += 'top=' + wint + ',';
settings += 'left=' + winl + ',';
settings += features;
win = window.open(mypage,myname,settings);
win.window.focus();
}

function popItUp() {
var newWindow = open("ARCHIVIO/come eravamo.html", "secondWindow", "scrollbars=yes,resizable=no,width=620,height=450,top=10,left=10,");
}


