

// *** 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 aiglon(str)
		{
			searchWin = window.open(str,'','width=600, height=420, top=10, left=10, location=no, toolbar=no,directories=no,menubar=yes,scrollbars=yes');
			setTimeout('searchWin.focus();',250);
		}
/*
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);
}

//-->

