//The use of this script is completely free and may be distributed freely. Provided that no changes are made to the code
//Author Glenn Rexwinkel March 2002

function google(){window.open('http://www.google.com/search?q='+document.chembox.invoer.value)}
function chemindustry(){window.document.nextSearch1.by.value=document.chembox.invoer.value;
					    window.document.nextSearch1.submit()} 
function chemiede(){window.document.search1.pattern.value=document.chembox.invoer.value;
		            window.document.search1.submit()}
function chemfinder(){window.document.form31.polyquery.value=document.chembox.invoer.value;
		              window.document.form31.submit()}
function NIST(){window.document.nist1.Name.value=document.chembox.invoer.value;
		          window.document.nist1.submit()}

document.write('<FORM name="nist1" target="_blank" action="http://webbook.nist.gov/cgi/cbook.cgi" method="get">');
document.write('<INPUT type="hidden" name="Name">');
document.write('<INPUT type="hidden" name="Units" value="SI">');
document.write('</FORM>');

document.write('<FORM name="search1" target="_blank" action="http://www.chemie.de/pool/nodes/hindex.php3" method="get">');
document.write('<INPUT type="hidden" name="language" value="e">');
document.write('<INPUT type="hidden" name="page" value="1">');
document.write('<INPUT type="hidden" name="domain" value="chem">');
document.write('<INPUT type="hidden" name="pattern" value="">');
document.write('<INPUT type="hidden" name="scheme" value="default">');
document.write('<INPUT type="hidden" name="vkid" value="1">');
document.write('</FORM>');

document.write('<FORM name="nextSearch1" target="_blank" action="http://www.chemindustry.com/chem2ask.asp?cmd=search&id=" method="post">');
document.write('<INPUT type="Hidden" name="p0" value="0">');
document.write('<INPUT type="hidden" name="p1" value="10">');
document.write('<INPUT type="hidden" name="ps" value="10">');
document.write('<INPUT type="Hidden" name="by" size="40">');
document.write('</FORM>');

document.write('<FORM name="form31" action="http://chemfinder.cambridgesoft.com/result.asp" method="POST" target="_blank">');
document.write('<INPUT type="hidden" name="polyquery">');
document.write('</FORM>');

 

document.write('<FORM name="chembox">');
document.write('<table width="150" border="0" cellspacing="0" cellpadding="0" align="left" bgcolor="#cccccc" style="background-color: #cccccc; border: 1px solid #749348;">');
document.write('<TR>');
document.write('<td>');

document.write('<p align=center><font face="Verdana,Verdana,Geneva,Arial,Helvetica,sans-serif" size="1" color="red">WYSZUKIWARKI </font></td>');
document.write('</TR>');
document.write('<TR>');
document.write('<td>');

document.write('<p align=center><font face="Verdana,Verdana,Geneva,Arial,Helvetica,sans-serif" size="1" color="blue">Wpisz kluczowe słowo </font></td>');
document.write('</TR>');
document.write('<TR>');
document.write('<td>');
document.write('<INPUT type="text" name="invoer" id="invoer" size="18" maxlength="100" style=" background-color: #eeeeee; text-align: justify;"></td>	');
document.write('</TR>');
document.write('<TR>');
document.write('<TD>');
document.write('<A href="javascript:google()"><p><font face="Verdana" size="1" color="#CC0000">G o o g l e</font></A></td>');
document.write('</TR>');
document.write('<TR>');
document.write('<TD>');
document.write('<A href="javascript:chemfinder()"><p><font face="Verdana" size="1" color="#CC0000">C h e m F i n d e r</font></A></td>');	
document.write('</TR>');
document.write('<TR>');
document.write('<TD>');
document.write('<A href="javascript:chemindustry()"><p><font face="Verdana" size="1" color="#CC0000">C h e m I n d u s t r y</font></A></td>');	
document.write('</TR>');
document.write('<TR>');
document.write('<TD>');
document.write('<A href="javascript:chemiede()"><p><font face="Verdana" size="1" color="#CC0000">C h e m i e. d e</font></A></td>	</TR></TABLE></FORM> ');
 
 