<!--
   function janela_centro(W,H){
      LeftPosition = (screen.width-W)/2;
      TopPosition = (screen.height-H)/2;
      self.moveTo(LeftPosition,TopPosition);
      self.resizeTo(W,H)
   }

   function AbreMapa(mapa,descricao)
   {
      window.open("/mapa.asp?mapa=" + mapa + "&descricao=" + descricao,"mapa","status=yes,width=720,height=520")
   }

	function AbreFotografo(id)
   {
      window.open("/agitos/agenda_fotografo.asp?id=" + id ,"_blank","status=yes,width=520,height=300")
   }


   function AbreMusaGyn(ID_foto)
   {
      window.open("/musagyn/ensaios/" + ID_foto + "/fotos/index.htm","musagyn","status=no,width=650,height=550,resizable=yes")
   }

   function AbreMusaGyn_nova(ID_foto)
   {
      window.open("/musagyn/ensaios/" + ID_foto + "/fotos/index.htm","musagyn","status=no,width=770,height=550,resizable=yes")
   }


	function MM_jumpMenu(targ,selObj,restore){ //v3.0
	  eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
	  if (restore) selObj.selectedIndex=0;
	}
-->