/* ****************************************

  BARRA de INTEGRACAO de PORTAIS EMBRAER

  http://www.embraer.com.br 
  http://www.embraer.com

******************************************* */

// ## troca de idiomas
var blnIdiomaTroca=1; // 1: troca idioma, 0: nao troca
var strIdiomaTroca;
var sURL=window.self.location.href;
a=(sURL.indexOf("english")!=-1)?"english":"portugues"; // atual
n=(sURL.indexOf("english")!=-1)?"portugues":"english"; // novo

if(sURL.indexOf("galeria.embraer")!=-1 || sURL.indexOf("mediamanager.embraer")!=-1) {
	strIdiomaTroca="../../../"+n+"/content/home";
} else {
	if(blnIdiomaTroca) strIdiomaTroca=window.self.location.href.replace(a,n);
	else strIdiomaTroca="../../../"+n+"/content/home";
}

// ## data
var strDataAtual = new Date()
var strDia = strDataAtual.getDate();
var strMes = strDataAtual.getMonth()+1;
if(strMes<10) strMes="0"+strMes;
if(strDia<10) strDia="0"+strDia;

// ## selecao de estilos para a barra
estiloCerto=(document.getElementById)?'barra_ie.css':((document.all)?'barra_ie.css':'barra_ns.css');
document.write('<link rel="stylesheet" href="'+strBarraPath+'css/'+estiloCerto+'" type="text/css">');

// ## dropdown acesso rapido
arrayQA = new Array("","","",
"Embraer首页","http://www.embraer.com",1,
"机型","http://www.embraer.com/english/content/aeronaves","",
"公司","http://www.embraer.com/english/content/empresa","",
"人力资源","http://www.embraer.com/english/content/recursos_humanos","",
"客户服务","http://www.embraer.com/english/content/servicos_cliente","",
"新闻发布","http://www.embraer.com/english/content/imprensa","",
"下载","http://www.embraer.com/english/content/downloads","",
"二手飞机","http://www.embraer.com/english/content/aeronaves_usadas","",
"","","",
"商用机型","http://www.embraercommercialjets.com",1,
"","","",
"公务机型","http://www.embraerexecutivejets.com",1,
"","","",
"军用机型","http://www.embraer.com.cn/aircraft/index.shtml",1,
"","","",
"影像资料","http://mediamanager.embraer.com.br/english",1,
"","","",
"投资者关系","http://www.embraer.com/english/content/ri/home",1);

function barraPopulaDropdown() {
	var sTmp='';
	for (i=0; i<arrayQA.length; i+=3) {
		if(arrayQA[i+1]=="") sTmp=sTmp+'<option value="0">'+arrayQA[i]+'</option>';
		else {
			if(arrayQA[i+2]==1)	sTmp=sTmp+'<option value='+arrayQA[i+1]+' style="background-color:#c5c5c5;font-weight:bold;">&nbsp;'+arrayQA[i]+'</option>';
			else sTmp=sTmp+'<option value='+arrayQA[i+1]+'>&nbsp; '+arrayQA[i]+'</option>';
		}
	}
	return sTmp;
}
function barraDesabilitaIdioma() {
	var sTmp='';
	//if(sURL.indexOf("")!=-1  {
	//		sTmp=sTmp+'<td></td>';
	//} else {
//			sTmp=sTmp+'<td></td>';
//			sTmp=sTmp+'<td width="90" class="barTexto" align="center"></td>';
	//}
	return sTmp;
}

function resolucao() {
	if(sURL.indexOf("corporate.staging.embraer")!=-1 || sURL.indexOf("/corporate")!=-1 || sURL.indexOf("embraerexecutivejets.com")!=-1 || sURL.indexOf("legacybyembraer.com")!=-1 || sURL.indexOf("embraercorporatejets.com")!=-1 || sURL.indexOf("corporativo.")!=-1 || sURL.indexOf("executivo.")!=-1) {
		sTmp=800;
	} else {
		sTmp=745;
	}
	return sTmp*1;
}

// ## conteudo HTML da barra
var sBarraHTML=''+
'<div id="divBarraPadrao">'+
'<table width="100%" border="0" cellpadding="0" cellspacing="0"><tr>'+
'<td width="5%" background="'+strBarraPath+'image/bgr_barra_esq.gif" bgcolor="#1D3588"><img src="'+strBarraPath+'image/pix.gif" width="1" height="1"></td>'+
'<td valign="top" background="'+strBarraPath+'image/bgr_barra_dir.gif" bgcolor="#F1F0F0" align="left">'+
	'<table width="500" border="0" cellspacing="0" cellpadding="0"><tr><td>'+
		'<table border="0" cellspacing="0" cellpadding="0" align="left"><tr>'+
		'<td width="150" align="right" background="'+strBarraPath+'image/bgr_barra_esq.gif" bgcolor="#1D3588"><a href="http://www.embraer.com.cn" onmouseover="window.status=\'Website Embraer\'; return true" onmouseout="window.status=\'\'"><img src="'+strBarraPath+'image/lgo_embraer.gif" width="150" height="37" alt="Embraer" border="0"></a></td>'+
		'<td width="62"><img src="'+strBarraPath+'image/img_divisoria.gif" width="62" height="37" alt=""></td>'+
		'</tr></table>'+
	'</td></tr></table>'+
'</td>'+
'<td valign="top" background="'+strBarraPath+'image/bgr_barra_dir.gif" bgcolor="#F1F0F0" align="right">'+
		'<table height="37" border="0" cellspacing="0" cellpadding="0" align="right">'+
		'<tr><form name="bBusca" action="'+strBarraPath+'../../busca/english/default.asp">'+
		'<td width="62" class="barTexto" align="right"><!-- Search:&nbsp; --></td>'+
		'<td width="105" id="td"><!-- <input type="text" size="11" name="p" class="barBusca"> --></td>'+
		'<td width="30"><!-- <input type="image" src="'+strBarraPath+'image/btn_lupa.gif" width="19" height="18" alt="Search" title="Search" border="0"> --></td></form>'+
		'<td width="177" align="center" id="td"><form name="bQA"><font face="Verdana" size="1"><select name="selQA" class="barCombo" onchange="if(this.options[this.selectedIndex].value!=0) location=this.options[this.selectedIndex].value;">'+
		'<option value="0" selected>巴西航空工业公司网站</option>'+
		// ## popula dropdown
		barraPopulaDropdown()+
		'</select></font></td></form>'+
		'<td><img src="'+strBarraPath+'image/fio_divisoria.gif" width="2" height="20" alt=""></td>'+
		'<td width="82" class="barTexto" align="center">'+strDia+'/'+strMes+'</td>'+
		// ## desabilita idiomas
		barraDesabilitaIdioma()+
		'</tr></table>'+
'</td>'+
'<td background="'+strBarraPath+'image/bgr_barra_dir.gif" bgcolor="#F1F0F0" align="left">'+
		'<table width="60" border="0" cellspacing="0" cellpadding="0" align="right"><tr>'+
		'<td ><img src="'+strBarraPath+'image/fio_divisoria.gif" width="2" height="20" alt=""><a href="http://www.embraercorporatejets.com/english/content/home/" target="_blank" class="topnav"><img src="'+strBarraPath+'image/ico_flag_idioma.gif" alt="English" width="15" height="12" border="0" hspace="10" vspace="4"></a><a href="http://www.embraercorporatejets.com/espanol/content/home/" target="_blank" class="topnav"><img src="'+strBarraPath+'image/ico_flag_idioma_es.gif" alt="Espa&ntilde;ol" width="15" height="12" border="0" vspace="4"></a><a href="http://www.embraercorporatejets.com/portugues/content/home/" target="_blank" class="topnav"><img src="'+strBarraPath+'image/txt_idioma-portugues.gif" alt="Portugu&ecirc;s" width="15" height="12" border="0" hspace="10" vspace="4"></a><img src="'+strBarraPath+'image/pix.gif" width="10" height="1"></td>'+
		'</tr></table></td>'+
'<td width="2%" background="'+strBarraPath+'image/bgr_barra_dir.gif" bgcolor="#F1F0F0" align="left"><img src="'+strBarraPath+'image/pix.gif" width="1" height="1"></td>'+

'</tr></table></div>'+
'';
document.write(sBarraHTML);
