// Nos Values do Select, colocar no fim da URL "#2" quando quiser que a URL abra em uma nova janela (window.open)
// Ver arquivo "Script.Js" para entender "#3" e "#4" 

var pagina;

	//####################### Variáveis de Navegação dentro do Portal Chevrolet ############################
	
	var sPathSHTM = "http://www.chevrolet.com.br";
	var sPathJSP = "http://www3.chevrolet.com.br";
	
	
	//################### Variáveis de Navegação Seguras dentro do Portal Chevrolet ########################
	var sPathSHTMs = "https://www.chevrolet.com.br";
	var sPathJSPs = "https://www3.chevrolet.com.br"; 
	
	
	//############################# Variável de Arquivos (Imagens, CSS e JS) ###############################
	
	if (pagina == "httpsPortal"){
		var sPathFiles = "https://www3.chevrolet.com.br"; 
	}else{
		var sPathFiles = "../homebank"; 
	}
	//######################################################################################################
	


var strHeaderExterno = "";
strHeaderExterno += "<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"769\"  height=\"105\">";
strHeaderExterno +=	"<tr>";
strHeaderExterno +="	<td  width=\"769\"  valign=\"top\" background=\"" + sPathFiles + "/images/bgrTopo1024.jpg\"> ";
strHeaderExterno +="	 <table width=\"769\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" >";
strHeaderExterno +="	  <tr><td width=\"140\" height=\"18\"></td></tr>";
strHeaderExterno +="	<tr>";
strHeaderExterno +="	 <td  width=\"25%\" height=\"2\" ></td>";
strHeaderExterno +="	  <td  width=\"12%\"  nowrap ><a href=\""+ sPathSHTM +"/sobre-a-gm/index.shtml\" class=\"linker\" target=\"_blank\">Sobre a GM</a></td>";
/* 11/09/2011 Dhanuja*/ 
/*strHeaderExterno +="	  <td  width=\"13%\" nowrap align=\"left\"><a href=\"" + sPathSHTM + "/fale-conosco/index.shtml\" class=\"linker\" target=\"_blak\">Fale Conosco</a></td>";
strHeaderExterno +="	  <td  width=\"10%\" nowrap align=\"left\"><a href=\"" + sPathJSPs + "/cadastro/index.jsp\" class=\"linker\" target=\"_blank\">Cadastro</a></td>";*/
strHeaderExterno +="	  <td  nowrap align=\"left\"><a href=\"" + sPathSHTM + "/localize-uma-concessionaria/index.shtml\" class=\"linker\" target=\"_blank\">Localize uma Concessionária</a></td>	";
strHeaderExterno +="	</tr>";
strHeaderExterno +="	</table>";
strHeaderExterno +="	</td>";


strHeaderExterno += "</tr>";
strHeaderExterno += "</table>";

document.write(strHeaderExterno);

