
// *** 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=1000,height=800,status=no,location=no,toolbar=no');

//        searchWin.refer = self;

}

function offjsg(str) {

        searchWin = window.open(str,'offjs','scrollbars=yes,resizable=yes,width=1500,height=520,status=no,location=no,toolbar=no');

//        searchWin.refer = self;

}

function foto(str) {

        searchWin = window.open(str,'foto','scrollbars=no,resizable=no,width=340,height=233,status=no,location=no,toolbar=no');

//        searchWin.refer = self;

}

function fotog(str) {

        searchWin = window.open(str,'fotog','scrollbars=no,resizable=no,width=340,height=453,status=no,location=no,toolbar=no');

//        searchWin.refer = self;

}

/*
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);
}
//
