function chkBrowser(){this.ver=navigator.appVersion;this.dom=document.getElementById?1:0;this.ie5=(this.ver.indexOf("MSIE 5")>-1 && this.dom)?1:0;this.ie4=(document.all && !this.dom)?1:0;
this.ns5=(this.dom && parseInt(this.ver) >= 5) ?1:0;this.ns4=(document.layers && !this.dom)?1:0;this.bVer=(this.ie5 || this.ie4 || this.ns4 || this.ns5);return this;}
bVer=new chkBrowser();ns4 = (document.layers)? true:false;ie4 = (document.all)? true:false;function AttB(f){if(bVer.ie4)f.style.display='block';}function AttN(f){if(bVer.ie4)f.style.display='none';}

function show(idLayer,idParent){
cLayer=bVer.dom?document.getElementById(idLayer).style:bVer.ie4?document.all[idLayer].style:bVer.ns4?idParent?document[idParent].document[idLayer]:document[idLayer]:0;
cLayer.display='block';divLinksForm=(ns4)?document.divLinks.document.divLinks:document.divLinks;}

function hide(idLayer,idParent){cLayer=bVer.dom?document.getElementById(idLayer).style:bVer.ie4?document.all[idLayer].style:bVer.ns4?idParent?document[idParent].document[idLayer]:document[idLayer]:0;
var d=document.Wiz;cLayer.display='none';}

function ShowPhoto(URL) {
var externalWin = null;
externalWin = window.open(URL,'ShowPhoto','toolbar=No,location=No,status=No,scrollbars=No,resizable=No,copyhistory=No,topmargin=0,leftmargin=0,width=528,height=548,top=50,left=50');
}
function ShowPlan(URL) {
var externalWin = null;
externalWin = window.open(URL,'ShowPlan','toolbar=No,location=No,status=No,scrollbars=No,resizable=Yes,copyhistory=No,topmargin=0,leftmargin=0,width=528,height=548,top=100,left=100');
}
function ShowClip(URL) {
var externalWin = null;
externalWin = window.open(URL,'ShowClip','toolbar=No,location=No,status=No,scrollbars=No,resizable=No,copyhistory=No,topmargin=0,leftmargin=0,width=400,height=326,top=100,left=100');
}
function addbookmark(){
if (window.sidebar) {
    // versione FF
    window.sidebar.addPanel(document.title, location.href,'');
} else if( window.external ) {
    // versione IE
    window.external.AddFavorite( location.href, document.title); 
}
} 

function A_openBrWindow(theURL) {
var externalWin1 = null;
externalWin1 = window.open(theURL,'FotoA','width=300,height=300,top=0,left=0,Resizable=1');
}