window.onload=function(){
		fm76_fWindowOnload()
		fm76_oGalleria=new fm76_galleria()
}
function fm76_galleria(){
	this.mostra=function(im){
		var newHTML = "<body><a href='javascript:{self.close()}' style='text-align: right;'><img border=0 src='"+immagini[im]+"' onload='self.resizeTo(this.offsetWidth+30,this.offsetHeight+80)'/></a>"
		var a = window.open("", "galleria", 'width=400,height=200,toolbar=0, location=0, directories=0,status=0, menubar=0, scrollbars=0, copyhistory=0, resizable=0')
		a.document.body.innerHTML=newHTML		
		a.focus()
	}

}
