  
  function myFocus(element) {
     if (element.value == element.defaultValue) {
       element.value = '';
     }
   }
   function myBlur(element) {
     if (element.value == '') {
       element.value = element.defaultValue;
     }
   }
   
   function indique(){
		window.open("pop-indique.html","Indique","width=265, height=444, resizable=0, scrollbars=0");
   }
   
	function ouvirAudio(url,id,title){
		window.open(url+"?id="+id,"MinistériOnline","width=265, height=220, resizable=0, scrollbars=0");
   }   
   
  	function ouvir(url,width,height){
		window.open(url,"MinistériOnline","width="+width+", height="+height+", resizable=0, scrollbars=0");
   }   
function abreMensagem(URL) {
   window.open(URL,'Janela', 'width=173, height=100, top=30, left=130, scrollbars=no, status=no, toolbar=no, location=no, directories=no, menubar=no, resizable=no, fullscreen=no');
}
