function contato()
{
	window.open('contato.htm', '', "Height=352px, Width= 349px, Top= 0px, Left= 0px, help= Yes, resizable= no, status= no")
}

function consulta()
{
	window.open('consulta.htm', '', "Height=200px, Width= 320px, Top= 25px, Left= 25px, help= Yes, resizable= no, status= no")
}
function plantas()
{
	window.open('plantas.htm', '', "Height=520, Width=530, Top=10, Left=10, help=Yes, resizable=no, status=no, scrollbars=yes")
}
function plantas1()
{
	window.open('plantas1.htm', '', "Height=520, Width=530, Top=10, Left=10, help=Yes, resizable=no, status=no, scrollbars=yes")
}
function plantas2()
{
	window.open('plantas_port.htm', '', "Height=520, Width=530, Top=10, Left=10, help=Yes, resizable=no, status=no, scrollbars=yes")
}
function plantas3()
{
	window.open('plantas1_port.htm', '', "Height=520, Width=530, Top=10, Left=10, help=Yes, resizable=no, status=no, scrollbars=yes")
}
function amostra (foto)
{      
	   var new_win;
			
       new_win = window.open("","","menubar=no,status=no, resizable=0,top=0, left=140 ,width=400 ,height=300");
       new_win.document.write( "<html>");
       new_win.document.write( "<head>");
	   new_win.document.write( "<TITLE>Residencial Sonho de Romina</TITLE> </head>");
       new_win.document.write( "<body bgcolor='#FFFFCC' bottommargin='0' topmargin='0'  leftmargin='0'>");
	   
       new_win.document.write( "<center><img  style=cursor:'hand' border='0' name='img1' id='img1' src='" + foto + "' alt='Pressione na foto para fechar'");
	   new_win.document.write( "onclick='javascript:window.close()'></center>" ) ;
       new_win.document.write( "</body>");
   	   new_win.document.write( "</html>");
	
}
function amostra1 (foto)
{      
	   var new_win;
			
       new_win = window.open("","","menubar=no,status=no, resizable=0,top=0, left=140 ,width=300 ,height=400");
       new_win.document.write( "<html>");
       new_win.document.write( "<head>");
	   new_win.document.write( "<TITLE>Residencial Sonho de Romina</TITLE> </head>");
       new_win.document.write( "<body bgcolor='#FFFFCC' bottommargin='0' topmargin='0'  leftmargin='0'>");
	   
       new_win.document.write( "<center><img  style=cursor:'hand' border='0' name='img1' id='img1' src='" + foto + "' alt='Pressione na foto para fechar'");
	   new_win.document.write( "onclick='javascript:window.close()'></center>" ) ;
       new_win.document.write( "</body>");
   	   new_win.document.write( "</html>");
	
}

function validar(Form1)
{
 
   if (Form1.nomeremetente.value.length < 1)
  {
    alert("Por favor, digitar Nome.");
	Form1.nomeremetente.focus();
    return (false);
  }
  
   if ((Form1.emailremetente.value.indexOf ('@', 0) == -1)||(Form1.emailremetente.value.length < 5)) { 
    alert("Por favor, digitar E-mail ou conferir a digitação."); 
	Form1.emailremetente.focus();
    return (false); 
  }
  
   if (Form1.fone.value.length < 1)
  {
    alert("Por favor, digitar o Telefone/Celular.");
	Form1.fone.focus();
    return (false);
  }
  
   if (Form1.cidade.value.length < 1)
  {
    alert("Por favor, digitar a Cidade/Estado.");
    Form1.cidade.focus();
    return (false);
  }
  
   if (Form1.pais.value.length < 1)
  {
    alert("Por favor, digitar pais.");
	Form1.pais.focus();
    return (false);
  }
  
     if (Form1.comentarios.value.length < 1)
  {
    alert("Por favor, digitar Comentários.");
	Form1.comentarios.focus();
    return (false);
  }
  
  return (true);
}