try {

function zoom(chemin) {
        searchWin = window.open(chemin,'zoom','scrollbars=yes,resizable=yes,width=520,height=450,status=no,location=no,toolbar=no,top=270,left=320');
//        searchWin.refer = self;

}

function zoom2(chemin) {
        searchWin = window.open(chemin,'zoom','scrollbars=yes,resizable=yes,width=520,height=375,status=no,location=no,toolbar=no,top=270,left=320');
//        searchWin.refer = self;

}

function zoomadatta(chemin)
	{
	i1 = new Image;
	i1.src = chemin;
	html = '<HTML>\n<HEAD>\n<TITLE>EMANUELE CHIRCO - MUSICISTA E COMPOSITORE</TITLE>\n</HEAD>\n<BODY LEFTMARGIN=0 MARGINWIDTH=0 TOPMARGIN=0 MARGINHEIGHT=0 bgcolor=#0D0D0D>\n<CENTER><a href=javascript:self.close()><IMG SRC="'+chemin+'" BORDER=0 NAME=imageTest onLoad="window.resizeTo(document.imageTest.width+10,document.imageTest.height+29)"></a></CENTER>\n</BODY>\n</HTML>';
	popupImage = window.open('','_blank','toolbar=0,location=0,directories=0,menuBar=0,scrollbars=0,resizable=0');
	popupImage.document.open();
	popupImage.document.write(html);
	popupImage.document.close()
	};

function HideLoader(home) {
var l = document.getElementById('Loader');
l.style.visibility = 'hidden';
if (home!='no') {
var e =parent.superiore.document.getElementById('Loader2');
e.style.visibility = 'hidden';
}
}


}
catch(err)
{
// se in errore non far nulla
}
