function estiloNav(n) {	for (i=1;i<=5;i++) {		document.getElementById("parte"+i).className = "botaoNaoClicado";	}	document.getElementById("parte"+n).className = "botaoClicado";}function estiloNav2(n) {	for (i=1;i<=2;i++) {		document.getElementById("parte"+i).className = "botaoNaoClicado";	}	document.getElementById("parte"+n).className = "botaoClicado";}function abrirChatExercito() {	newwindow=window.open('http://www.gwdadvogados.com.br/suporte/livehelp.php?department=1','Chat','height=390,width=585');	if (window.focus) {newwindow.focus()}	return false;}function abrirChatPartido() {	newwindow=window.open('http://www.gwdadvogados.com.br/suporte/livehelp.php?department=2','Chat','height=390,width=585');	if (window.focus) {newwindow.focus()}	return false;}function popupManualOnline() {	newwindow=window.open('http://www.gwdadvogados.com.br/manual-online/','Manual','height=644,width=900');	if (window.focus) {newwindow.focus()}	return false;}