<!--
   //oggetto da id
   function ObjGet(obj){
	if (document.getElementById){
  		tmpobj = document.getElementById(obj).style
  	}else if (document.all){
                tmpobj = document.all[obj].style
  	}else if (document.layers){
                tmpobj = eval('document.'+obj)
        }
        return tmpobj
   }

   //menu livello 1
   function Mnu1Hi(hi,chi){
   	if(chi==liv1&&liv2!="") return
   	if(hi) document.images["imn1"+chi].src="img/mn1bulh.gif"
   	if(!hi) document.images["imn1"+chi].src="img/mn1bul.gif"
   }

   //resize
   function Resize0(){
	tmpobj=ObjGet("div0")
        tmpleft=((rW() - 750) / 2) - 20
        if(tmpleft<10) tmpleft=10
        tmpobj.left=tmpleft
   }
   function rW(){
	return (window.innerWidth)?window.innerWidth:
		(document.documentElement.clientWidth)?document.documentElement.clientWidth:
		(document.body.clientWidth)?document.body.clientWidth:0;
   }

  //zoom foto
  function zoomfoto(chi) {
	tmpurl="zoom.html?"+chi
 	W2=window.open(tmpurl,"","width=650,height=500,left=100,top=100,scrollbars=yes,resizable=yes")
	W2.focus()
  }

  function openpdf(chi) {
 	W2=window.open(chi,"","width=650,height=500,left=100,top=100,scrollbars=yes,resizable=yes")
	W2.focus()
  }


//-->

