function exportjapan_showSearch_wide()
{	
/*
This function is the equivalent of giving a remote site the following code.
I STRONGLY recommend against giving them this code directly though as we have
NO CONTROL once its on their servers and if we ever change the way searches
are done, we will have to contact all users individually and have them change
their banners!!

<link href="/css/searchbox.css" rel="stylesheet" type="text/css">
<table cellpadding=0 cellspacing=0 class="exj_searchbox">
  <form method="get" action="http://www.export-japan.com/search/">
     <tr>
       <td nowrap>&nbsp;&nbsp;
		  <img src="http://www.export-japan.com/img/smallogo2.gif" width="50" height="44" alt="www.export-japan.com">
       </td>
       <td style="padding:4px">Search for Japanese products: </td>
       <td nowrap >
            <input class="query" name="query">
	 </td>
       <td nowrap style="padding:4px">
         <input name=search type=submit class="submit" id="search" value="Search"></td>
       </tr>
      </form>
</table>
*/
document.writeln("<link href=\"/css/searchbox.css\" rel=\"stylesheet\" type=\"text/css\">");
document.writeln("<form method=\"get\" action=\"http://www.export-japan.com/search/en/search.php\">");
document.writeln("<table cellpadding=0 cellspacing=0 class=\"exj_searchbox\" style=\"width:468px;height:60px\">");
document.writeln("    <tr>");
document.writeln("       <td style=\"width:55px;padding:0 8px 0 8px;\">");
document.writeln("		    <img src=\"http://www.export-japan.com/img/smallogo2.gif\" width=\"50\" height=\"44\" alt=\"www.export-japan.com\">");
document.writeln("       </td>");
document.writeln("       <td style=\"width:310px;\">");
document.writeln("          <input class=\"exj_query2\" name=\"query\" value=\"Search for Japanese products\" ");
document.writeln("             onFocus=\"if(this.value=='Search for Japanese products') { this.value=''; this.className='exj_query';}\"");
document.writeln("             onBlur=\"if(this.value=='') { this.value='Search for Japanese products'; this.className='exj_query2';}\">");
document.writeln("       </td>");
document.writeln("       <td style=\"width:70px;padding:4px\"><input name=search type=submit class=\"exj_submit\" id=\"search\" value=\"Search\"></td>");
document.writeln("   </tr>");
document.writeln("</table>");
document.writeln("</form>");
}
exportjapan_showSearch_wide();
