// JavaScript Document

// JavaScript Document


function DoPrinting(){
if (!window.print){
alert("Use o Netscape  ou Internet Explorer \n nas versões 4.0 ou superior!")
return
}
window.print()
}

function indicacao(theForm) 
{
		if (theForm.emailpara.value == "")
		{
   				alert("Digite o email do destinatário!");
   				theForm.emailpara.focus();
   				return (false);
		}
		
		if (theForm.nome.value == "")
		{
   				alert("Digite seu Nome!");
   				theForm.nome.focus();
   				return (false);
		}
		if (theForm.email.value == "")	
		{
   			alert("Digite seu E-mail!");
   			theForm.email.focus();
   			return (false);	
		}
		
		
		return (true);
}

function webmail(theForm) 
{
		
		if (theForm.f_email.value == "usuario@interminas.com.br")
		{
   				alert("Digite o email!");
   				theForm.f_email.focus();
   				return (false);
		}
		
		if (theForm.f_email.value == "")
		{
   				alert("Digite o email!");
   				theForm.f_email.focus();
   				return (false);
		}
		
		if (theForm.f_pass.value == "")
		{
   				alert("Digite a senha!");
   				theForm.f_pass.focus();
   				return (false);
		}
		
		
		
		
		return (true);
}


function indicaNoticia(url) {
  window.open(url,'popupImageWindow','width=450, height=490, top=12, left=15, scrollbars=no, status=no, toolbar=no, location=no, directories=no, menubar=no, resizable=no, fullscreen=no')
}

function indicaEvento(url) {
  window.open(url,'popupImageWindow','width=450, height=490, top=12, left=15, scrollbars=no, status=no, toolbar=no, location=no, directories=no, menubar=no, resizable=no, fullscreen=no')
}

function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}

