function menuLink(linkLoc){ 
if(linkLoc !="") { window.location.href=linkLoc;}
}




document.write('<table width="750" border="0" cellspacing="0" cellpadding="0">');
document.write('<tr>');
document.write('<td width="450" bgcolor="#FFFFFF"><img src="/img/common_E/head02/head02-1left450.gif" width="450" height="42"></td>');
document.write('<td width="375" align="right" bgcolor="#FFFFFF">');
document.write('<FORM NAME="lang">');
document.write('<SELECT NAME="other">');
document.write('<OPTION SELECTED>-- Languages --</OPTION>');
document.write('<OPTION VALUE="index_J.html">Japanese</OPTION>');
document.write('<OPTION VALUE="index_E.html">English</OPTION>');
document.write('<OPTION VALUE="index_C.html">Chinese</OPTION>');
document.write('<OPTION VALUE="/Nation/p_StreamCruiser.pdf">Portuguese(PDF)</OPTION>');
document.write('</SELECT>');
document.write('<INPUT TYPE="button" VALUE="Go" onClick="menuLink(document.lang.other.options [ document.lang.other.selectedIndex ] .value)">');
document.write('</FORM>');
document.write('</td>');
document.write('<td width="10" bgcolor="#FFFFFF"><img src="/img/common_E/head02/head02-1right10.gif" width="10" height="42"></td>');
document.write('</tr></table>');
