function ShowHide(parTab){
	document.getElementById('emfoco').style.display = 'none';
	document.getElementById('institucional').style.display = 'none';
	document.getElementById('produtos').style.display = 'none';
	document.getElementById('relacionamento').style.display = 'none';
	document.getElementById('responsabilidade').style.display = 'none';
	document.getElementById('trabalhe').style.display = 'none';
	
	eval("document.getElementById(" + parTab + ").style.display = 'inline';");	
}

function trabalhe(pag,w,h,s)
{
	carregaTrabalhe = window.open('http://institucional.novamerica.com.br/curriculo/index.jsp','Trabalhe','toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,resizable=0,noresize,width=818,height=420')
}

function popEvento(pag,nomeWin,w,h,s)
{
	emFoco = window.open(pag,nomeWin,'toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars='+s+',resizable=0,noresize,width='+w+',height='+h)
}	

