function fm76_fGetStyle(obj){ if ('getComputedStyle' in window) return getComputedStyle(obj, ''); else if (document.body.currentStyle) return obj.currentStyle; else return obj.style; }
function fm76_fGetElement(id){return (document.getElementById ? document.getElementById(id) : document.all[id]);}

function show(a){
var ele=!!fm76_fGetElement("galleria")?fm76_fGetElement("galleria"):fm76_fGetElement("schedario")
	event.srcElement.style.color='#f00'
	for(i=1;i<=ele.children.length;i++){	//>
		eval("box"+i).style.display=(a==i?'block':'none')

	}

}

fm76_fWindowOnload=function(){
	fm76_fGetElement("primoLink").focus()
//	fm76_fGetElement("box1").style.display='block'

}

isIE=navigator.userAgent.indexOf('MSIE')!=-1&&navigator.userAgent.indexOf('Opera')==-1
if(!isIE){
	document.styleSheets[0].disabled=1
}
