document.write('	<div id="toolArea">');
document.write('		<form  name="search_form2" method="get">');
document.write('		<div id="selectLanguage">');
document.write('		<select onChange="MM_jumpMenu2(\'parent\',this,0)">');
document.write('		<option selected="selected">Language</option>');
document.write('		<option>-----------------------</option>');
document.write('		<option value="http://www.china-airlines.com/ch/cargo/index.htm">Worldwide-Traditional Chinese</option>');
document.write('		<option value="http://gb.china-airlines.com/gate/gb/www.china-airlines.com/ch/cargo/index.htm">Worldwide-Simply Chinese</option>');
document.write('		<option value="http://www.china-airlines.com/en/cargo/index.htm">Worldwide(English)</option>');
document.write('		<option value="http://www.china-airlines.com/jp/cargo/index.htm">Japan(Japanese)</option>');
document.write('		</select>');
document.write('		</div>');
document.write('		<input name="p" type="text" onBlur="if(this.value==\'\') this.value=\'Search\'" onFocus="if(this.value==\'Search\') this.value=\'\'" value="Search" class="input" />&nbsp;<a href="javascript:SendSearch2()" ><img src="/eBooking/en/imgs/btnRed.gif" alt="" border="0" align="top" /></a>');
document.write('		<input type="hidden" name="o" value="4">');
document.write('		<input type="hidden" name="v" value="root">'); 
document.write('		<input type="hidden" name="r" value="2">');
document.write('		</form>');
document.write('	</div>');

function SendSearch2() {
  if (document.search_form2.p.value == ""||document.search_form2.p.value == "search") {
	alert ("Please fill in the keywords!!");
  } else {
	document.search_form2.action="http://search.china-airlines.com/cgi-bin/tornado/searcher"
	document.search_form2.submit();
  }
}

function MM_jumpMenu2(targ,selObj,restore){ //v3.0
gb=new Array(14);

gb[2]="http:" + "//www.china-airlines.com/ch/cargo/index.htm";
gb[3]="http:" + "//gb.china-airlines.com/gate/gb/www.china-airlines.com/ch/cargo/index.htm"
gb[4]="http:" + "//www.china-airlines.com/en/cargo/index.htm"
gb[5]="http:" + "//www.china-airlines.com/jp/cargo/index.htm"

if (selObj.selectedIndex==0 || selObj.selectedIndex==1){return;}
  eval(targ+".location='"+gb[selObj.selectedIndex]+"'");
  if (restore) selObj.selectedIndex=0;
}
