function pop(ende){ window.open (ende,'pops','status=no,scrollbars=yes,resizable=yes,width=350,height=270');}
function popup(ende,wi,he){ window.open (ende,'popups','status=no,scrollbars=yes,resizable=yes,width='+ wi +',height='+ he +'');}

function util(ende){ window.open (ende,'utilidades','scrollbars=yes,resizable=no,width=500,height=300');}

function GalFotos(ende){ window.open (ende,'GaleriaFotos','width=500,height=447');}

function GalImagem(ende){ window.open (ende,'Galeria','status=no,resizable=no,scrollbars=no,width=628,height=515');}


//-----------------------------------------------------------------

function mostrar(LayerID)
  {

		  if (document.getElementById(LayerID).style.display == '')
		  {
			  document.getElementById(LayerID).style.display = 'none';
			}
		  else
		  {
			  document.getElementById(LayerID).style.display = '';
			}
	
	}

	
//-----------------------------------------------------------------

function isNum(key){if((key<48)||(key>57)||(key==32)) if(key!=13) return false } 

//-----------------------------------------------------------------




//-----------------------------------------------------------------