function apriBanner(){
 window.open('./banner.php','apriBanner','left=100,top=100,scrollbars=no,resizable=no,width=468,height=360,status=no,location=no,toolbar=no');
}
function apriGalleria(){
 //window.open('./galleria.php?start=1','apriGalleria','left=100,top=100,scrollbars=no,resizable=no,width=720,height=510,status=no,location=no,toolbar=no');
 window.open('./galleria.php','apriGalleria','left=0,top=0,scrollbars=no,resizable=no,width=800,height=600,status=no,location=no,toolbar=no');
}
function apriFotoPrezzi(lang){
 window.open('./fotoprezzi.php?lang='+lang,'apriFotoPrezzi','left=400,top=300,scrollbars=no,resizable=no,width=300,height=200,status=no,location=no,toolbar=no');
}
function apriMappa(){
 window.open('./mappa.php','apriMappa','left=200,top=30,scrollbars=no,resizable=no,width=700,height=627,status=no,location=no,toolbar=no');
}
function apriPrivacy(lang){
 window.open('./privacy.php?lang='+lang,'apriPrivacy','left=150,top=20,scrollbars=yes,resizable=no,width=500,height=600,status=no,location=no,toolbar=no');
}

function BordiFormOVER(StrName){
 document.getElementById(StrName).style.backgroundColor = "#C8C894";
 document.getElementById(StrName).style.color = "#9F0000";
}

function BordiFormOUT(StrName){
 document.getElementById(StrName).style.backgroundColor = "#FFFFFF";
 document.getElementById(StrName).style.color = "black";
}