//select language

document.write("<div id=\"siteOptionBar\">");
document.write("<!--<div id=\"siteOptionBarTab\">");
document.write("<a href=\"index.htm\" onClick=\"return clickreturnvalue()\" onMouseover=\"dropdownmenu(this, event, 'submenu1')\">Select Region & Language</a> ");  
document.write("</div>-->");
document.write("</div>");


//logo
document.write("<div id=\"siteHeader\">");
document.write("<div id=\"logoBlock\">");
document.write("<a href=\"http://www.abnexo.com.br\" alt=\"Abnexo TI\" title=\"Abnexo TI\"><img src=\"http://www.abnexo.com.br/images/logo_abnexo_110x60.gif\" width=\"110\" height=\"60\" /></a>");
document.write("</div>");
document.write("<div id=\"headerBlock\">");

//search code

		<!-- Begin FusionBot.com site search engine code for Main template, Default partition -->
document.write("&nbsp;&nbsp;<!-- <font color=\"#336600\"><b>Sejam todos bem vindos ao nosso novo site.</b></font> --><br/>");
document.write("<br><!-- <form name=\"fbsearch\" method=\"get\" action=\"http://ss671.fusionbot.com/cgi-bin/ss_query\" style=\"margin:0;\">");
document.write("<div align=\"right\">");
document.write("<font size=\"2\" face=\"arial\">Search:</font>");
document.write("<input type=\"text\" name=\"keys\" size=\"15\"> ");
document.write("<input name=\"go\" type=\"image\" src=\"./images/btn_region_go.gif\" hspace=\"3\" align=\"middle\" />");
document.write("<br />");
document.write("</div>");
document.write("<input type=\"hidden\" name=\"rgn\" value=\"Default\">");
document.write("<input type=\"hidden\" name=\"e\" value=\"dta\">");
document.write("<input type=\"hidden\" name=\"sitenbr\" value=\"157522899\">");
document.write("</form> -->");
document.write("<!-- End FusionBot.com site search engine code -->");

//top menu
function TopMenuSelected(x)
{
if(x==0){t0="topNavTabSelected"}else{t0="topNavUnselected"};
if(x==1){t1="topNavTabSelected"}else{t1="topNavUnselected"};
if(x==2){t2="topNavTabSelected"}else{t2="topNavUnselected"};
if(x==3){t3="topNavTabSelected"}else{t3="topNavUnselected"};
if(x==4){t4="topNavTabSelected"}else{t4="topNavUnselected"};
if(x==5){t5="topNavTabSelected"}else{t5="topNavUnselected"};
if(x==6){t6="topNavTabSelected"}else{t6="topNavUnselected"};
if(x==8){t8="topNavTabSelected"}else{t8="topNavUnselected"};
if(x==9){t9="topNavTabSelected"}else{t9="topNavUnselected"};
if(x==12){t12="topNavTabSelected"}else{t12="topNavUnselected"};
document.write("<div id=\"topNav\">");
document.write("<div class=\""+t0+"\"><a href=\"./index.php\" alt=\"In&iacute;cio\" title=\"In&iacute;cio\">In&iacute;cio</a></div>");
document.write("<div class=\""+t3+"\"><a href=\"./empresa_abnexo_tecnologia_da_informacao.php\" alt=\"Empresa\" title=\"Empresa\">Empresa</a></div>");
document.write("<div class=\""+t8+"\"><a href=\"./projetos.php\" alt=\"Projetos\" title=\"Projetos\">Projetos</a></div>");
document.write("<div class=\""+t9+"\"><a href=\"./portfolio.php\" alt=\"Portfolio\" title=\"Portfolio\">Portfolio</a></div>");
//document.write("<div class=\""+t12+"\"><a href=\"./hospedagem.php\" alt=\"Servi&ccedil;os\" title=\"Servi&ccedil;os\">Servi&ccedil;os</a></div>");
document.write("<div class=\""+t5+"\"><a href=\"./faq.php\" alt=\"FAQ\" title=\"FAQ\">FAQ</a></div>");
document.write("<div class=\""+t6+"\"><a href=\"./web2_projetos.php\" alt=\"Web 2.0\" title=\"Web 2.0\">Web 2.0</a></div>");
document.write("<div class=\""+t4+"\"><a href=\"./hospedagem_personalizada_sites.php\" alt=\"Hospedagem\" title=\"Hospedagem\">Hospedagem</a></div>");
document.write("<div class=\""+t1+"\"><a href=\"./abnexo_no_twitter.php\" alt=\"Abnexo no Twitter!\" title=\"Abnexo no Twitter!\">Twitter</a></div>");
document.write("<div class=\""+t1+"\"><a href=\"./contato.php\" alt=\"Contato\" title=\"Contato\">Contato</a></div>");
document.write("</div>");
}
TopMenuSelected(x);
//
document.write("</div>");
document.write("</div>");

//Select language menu
document.write("<div id=\"submenu1\" class=\"submenu\" align='left'>");
document.write("	<a href=\".\" style=\"text-decoration:none;\"><strong>Worldwide</strong></a>");
document.write("	<a href=\"http://www.asia.htc.com\" style=\"text-decoration:none;\">Asia Pacific-English</a>");
document.write("	<a href=\"http://www.htc.com/tw/\" style=\"text-decoration:none;\">????????</a>");
document.write("</div>");

