/*
  form.js
  
  this file contains the form for the search components. 
  The form's properties can be modified here in order to be applied to the whole website
*/

document.write('<td height="64" colspan="4" valign="top" bgcolor="#FFFFFF" align="right" style="padding-top:18px;padding-right:20px;">');
document.write('<FORM NAME="searchform" ACTION="http://search.freefind.com/find.html" METHOD="GET" accept-charset="utf-8" target="_self">');
document.write('<font size=1 face="arial,helvetica" >');
document.write('<INPUT TYPE="HIDDEN" NAME="id" VALUE="72354803">');
document.write('<INPUT TYPE="HIDDEN" NAME="pid" VALUE="r">');
document.write('<INPUT TYPE="HIDDEN" NAME="mode" VALUE="ALL">');
document.write('<INPUT TYPE="HIDDEN" NAME="_charset_" VALUE="">');
document.write('<INPUT TYPE="HIDDEN" NAME="bcd" VALUE="&#247;">');
document.write('<INPUT TYPE="TEXT" NAME="query" SIZE="25" style="font-size:8pt">');
//document.write('<INPUT TYPE="SUBMIT" VALUE=" Find! ">');
//document.write('<A HREF="javascript:document.searchform.submit()" onmouseover="document.searchform.sub_but.src=\'butdown.gif\'" onmouseout="document.searchform.sub_but.src=\'butup.gif\'" onclick="return val_form_this_page()">');

document.write('   <A HREF="javascript:document.searchform.submit()" onclick="return val_form_this_page()">');
document.write('Search');
document.write('</A>');

//document.write('<A HREF="javascript:document.searchform.submit()" onclick="return val_form_this_page()">');
//document.write('<IMG SRC="../images/icon_join.gif" align="bottom" WIDTH="23" HEIGHT="23" BORDER="0" ALT="Submit this form" NAME="sub_but">');
//document.write('</A>');

document.write('<br>');
document.write('<input type="radio" name="t" value="s" CHECKED> Site search');
document.write('<input type="radio" name="t" value="w">Web search');
document.write('<!--<input type="SUBMIT" name="sitemap" value="Site Map">-->');
document.write('   <a href="http://search.freefind.com/find.html?id=72354803&pid=r&mode=ALL&_charset_=iso-8859-1&bcd=%F7&query=&t=w&sitemap=Site+Map">Site Map</a>');
document.write('</font></form>');
document.write('</td>');


