<!--

   //resize
   function Resize0(){
        tmptop=(rH() - 600) / 2
        if(tmptop<0) tmptop=0
        tmpleft=(rW() - 780) / 2
        if(tmpleft<10) tmpleft=10
        document.getElementById("div1").style.left=tmpleft
        document.getElementById("div0").style.left=tmpleft
        document.getElementById("div1").style.display=""
   }
   function rW(){
	return (window.innerWidth)?window.innerWidth:
		(document.documentElement.clientWidth)?document.documentElement.clientWidth:
		(document.body.clientWidth)?document.body.clientWidth:0;
   }
   function rH(){
	return (window.innerHeight)?window.innerHeight:
		(document.documentElement.clientHeight)?document.documentElement.clientHeight:
		(document.body.clientHeight)?document.body.clientHeight:0;
   }

  //zoom foto
  function zoomfoto(chi) {
	tmpurl="zoom.html?"+chi
 	W2=window.open(tmpurl,"","width=750,height=500,left=50,top=50,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()
  }
//-->


