function $( id )
	{ return document.getElementById( id ); }

function MostraEspecifica(){
		var Obj = $('campo_esp');
		if (frmContato.obtive.value == 'Outro') {
			Obj.style.display = 'block';
			frmContato.especifique.focus();
			}
			else
			{
			Obj.style.display = 'none';
			frmContato.especifique.value = '';
			};
		};
		
function txtDefault_in(caixa_de_texto, def) {
	
	//alert(form_busca.txt_busca);
	
	if (form_busca.txt_busca.value == def) {
		form_busca.txt_busca.value = '';		
		}
		
	
		
	form_busca.txt_busca.select();
}

function txtDefault_out(caixa_de_texto, def) {
	if (form_busca.txt_busca.value == '') {
		form_busca.txt_busca.value = def;
		}
}

function mostra_submenu (param_menu) {
	var submenu = document.getElementById(param_menu); 
	submenu.style.display = '';
	
	var seta_submenu = document.getElementById('div_seta_submenu');
	seta_submenu.style.display = '';
	
	document.getElementById('link_menu_produtos').focus();
	
	
	}
	
function esconde_submenu (param_menu) {
	var submenu = document.getElementById(param_menu); 
	submenu.style.display = 'none';
	
	var seta_submenu = document.getElementById('div_seta_submenu');
	seta_submenu.style.display = 'none';	
	
	document.getElementById('link_menu_produtos').blur();
	}
	
function mudacorfundo (param_objeto, param_cor) {
	var objeto = document.getElementById(param_objeto);
	objeto.style.backgroundColor = param_cor;
	}		

function redim() {

var windowheight = document.documentElement.clientHeight;
var htmlheight = 0

var td_conteudo  = document.getElementById('conteudo');	

if (td_conteudo != undefined) {
	htmlheight   = td_conteudo.scrollHeight;
}

if ( htmlheight < windowheight ) {
	//alert('oe!');
	document.body.style.height = windowheight + 'px';
	
	var div_container = document.getElementById('corpo'); 
		
	if (div_container != undefined) {
	div_container.style.height = (windowheight) + 'px'; }
	
	var tbl_corpo = document.getElementById('tabela_corpo');
	
	if (tbl_corpo != undefined) {
	tbl_corpo.style.height = (windowheight) + 'px'; 
	tbl_corpo.style.display = 'table-cell';
	}
	

	var td_conteudo = document.getElementById('conteudo');

	if (td_conteudo != undefined) {
	td_conteudo.style.height = (windowheight - 95 - 52) + 'px';
	}
	
	var div_acao = document.getElementById('div_acao');
	
	if (div_acao != undefined) {
	div_acao.src = 'redim.asp?windowheight='+windowheight;
	}


} else { 
/*	document.body.style.height = htmlheight + 'px';
	
	var div_container = document.getElementById('corpo'); 
		
	if (div_container != undefined) {
	div_container.style.height = (htmlheight) + 'px'; }
	
	var tbl_corpo = document.getElementById('tabela_corpo');
	
	if (tbl_corpo != undefined) {
	tbl_corpo.style.height = (htmlheight) + 'px'; }
	
	
	var td_conteudo = document.getElementById('conteudo');

	
	td_conteudo.style.height = (htmlheight) + 'px';
	
	var div_acao = document.getElementById('div_acao');
	div_acao.src = 'redim.asp?windowheight='+windowheight; */
} 


}

function validaform(){

if (frmContato.txt_nome.value == '') {
	alert('Preencha o campo Nome');
	frmContato.txt_nome.focus();
	return false;
	}
	
if (frmContato.txt_empresa.value == '') {
	alert('Preencha o campo Empresa');
	frmContato.txt_empresa.focus();
	return false;
	}	
	
if (frmContato.txt_email.value == '') {
	alert('Preencha o campo E-mail');
	frmContato.txt_email.focus();
	return false;
	}
	
if (frmContato.tp.value == '3' && frmContato.amigo.value == '' ) {
	alert('Preencha o campo E-mail do amigo');
	frmContato.amigo.focus();
	return false;
	}	
	
		
if (frmContato.txt_telefone.value == '') {
	alert('Preencha o campo Telefone');
	frmContato.txt_telefone.focus();
	return false;
	}			
	
	frmContato.submit();
}


var i=1
var total=2

function TrocaFoto(acao, grupo)
{

var aImgFeitintas08 = new Array(2)
aImgFeitintas08[1]="foto1.jpg";
aImgFeitintas08[2]="foto2.jpg";

var aTxtFeitintas08 = new Array(2)
aTxtFeitintas08[1]="Equipe Roloflex com o Presidente da Artesp  Sr. Jose Clemente Garcia Pres Artesp e o Diretor da Artesp Sr. Icassati.";
aTxtFeitintas08[2]="1. Basilio J Bernal Junior, Reinaldo P. Correa (presidente Sincomavi), Ezequiel R. da Silva.";

if (grupo=="feitintas08")
  {
	total=2;
	var ArrFoto = new Array(total);
	ArrFoto = aImgFeitintas08;
	var ArrTexto = new Array(total);
	ArrTexto = aTxtFeitintas08;	
	var foto = imgFeitintas08;
	var texto = txtFeitintas08;
	var dir = 'feitintas2008';
  }

if (acao=='proxima')
{ if (i<total) { i++; }
}
else
{
	if (acao=='anterior')		
	{ if (i>1) { i--;}
	}
	else
	{		
		i=acao;
	}
}			
foto.src = "images/eventos/"+dir+"/"+ArrFoto[i];
texto.innerText = ArrTexto[i];
}

function MM_preloadImages() { //v3.0
  var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
    var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
    if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}

