var searchForm = '';
searchForm += '<div id="search">';
searchForm += '   <FORM METHOD="POST" ACTION="http://www.picosearch.com/cgi-bin/ts.pl" style="display: inline;">';
searchForm += '         <p><img src="http://www.overlandstorage.com/images/flag.gif"> <select onChange="if(this.options[selectedIndex].value != \'\') location.href = this.options[selectedIndex].value;">';
searchForm += '               <option value="http://www.overlandstorage.com/index.html" selected>Global Sites</option>';
searchForm += '               <option value="http://www.overlandstorage.com/index.html?setlang=1">Global Map</option>';
searchForm += '               <option value="http://www.overlandstorage.com/chinese/index.html">Asia Pacific/Chinese</option>';
searchForm += '               <option value="http://www.overlandstorage.com/japanese/index.html">Asia Pacific/Japanese</option>';
searchForm += '               <option value="http://www.overlandstorage.com/korean/index.html">Asia Pacific/Korean</option>';
searchForm += '               <option value="http://www.overlandstorage.com/UK/index.html">Europe/English</option>';
searchForm += '               <option value="http://www.overlandstorage.com/french/index.html">Europe/Francais</option>';
searchForm += '               <option value="http://www.overlandstorage.com/german/index.html">Europe/Deutsch</option>';
searchForm += '               <option value="http://www.overlandstorage.com/las/index.html">Latin America/Espanol</option>';
searchForm += '               <option value="http://www.overlandstorage.com/US/index.html">North America/English</option>';
searchForm += '         </select>';
searchForm += '         <INPUT TYPE="HIDDEN" NAME="index" VALUE="307282">';        
searchForm += '         <INPUT TYPE="TEXT" NAME="query" VALUE="" SIZE="20">';
searchForm += '         <INPUT TYPE="SUBMIT" VALUE="Search" name="SEARCH">';
searchForm += '  </form>';
searchForm += '</div>';
 
document.write(searchForm);