<!--//
// *** NETSCAPE/EXPLORER ***
if (navigator.appName == "Netscape") {

	document.write('<link rel=stylesheet href="../style_ns.css" type=text/css>');

} else {

	document.write('<link rel=stylesheet href="../style.css" type=text/css>');

}

// *** APERTURA FOTO GRANDI ***
function offjs(str) {

        searchWin = window.open(str,'offjs','scrollbars=yes,resizable=yes,width=590,height=320,status=no,location=no,toolbar=no');

//        searchWin.refer = self;

}
function foto(str) {

        searchWin = window.open(str,'foto','scrollbars=no,resizable=no,width=350,height=224,status=no,location=no,toolbar=no');

//        searchWin.refer = self;

}


function apri(url) {
	searchWin = window.open(url,'','scrollbars=yes,resizable=yes,width=540,height=400,top=20,left=195,status=no,location=no,toolbar=no');
//  searchWin.refer = self;

}
// --></script>

/*
Open Centered Popup Window Script-
© DHTML Shock (www.dhtmlshock.com)
To add more shock to your site, visit www.DHTML Shock.com
*/

function OpenBrWindow(theURL,winName,features, myWidth, myHeight, isCenter) { //v3.0
  if(window.screen)if(isCenter)if(isCenter=="true"){
    var myLeft = (screen.width-myWidth)/2;
    var myTop = (screen.height-myHeight)/2;
    features+=(features!='')?',':'';
    features+=',left='+myLeft+',top='+myTop;
  }
  window.open(theURL,winName,features+((features!='')?',':'')+'width='+myWidth+',height='+myHeight);
}
//-->

