//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="1" align="left" bgcolor="#cccccc" style="background-color: #cccccc; border: 2px solid #749348;">');
document.write('<TR>');
document.write('<td colspan="2" >');

document.write('<IMG src="http://www.chemspy.com/graphics/shortcut.jpg" alt="Go" width="150" height="50" hspace="0" vspace="0" border="0" align="bottom"></td>');
document.write('</TR>');
document.write('<TR>');
document.write('<td colspan="2" >');

document.write('<font face="Verdana,Verdana,Geneva,Arial,Helvetica,sans-serif" size="1" color="Black">Enter keywords below </font></td>');
document.write('</TR>');
document.write('<TR>');
document.write('<td colspan="2">');
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()"><IMG src="http://www.chemspy.com/graphics/go.jpg" alt="Go" width="30" height="18" hspace="0" vspace="0" border="0" align="bottom"></A></td><td><font face="Verdana" size="1" color="Black">Google</font></td>');
document.write('</TR>');
document.write('<TR>');
document.write('<TD>');
document.write('<A href="javascript:chemfinder()"><IMG src="http://www.chemspy.com/graphics/go.jpg" alt="Go" width="30" height="18" hspace="0" vspace="0" border="0" align="bottom"></A></td><td><font face="Verdana" size="1" color="Black">ChemFinder</font></td>		');	
document.write('</TR>');
document.write('<TR>');
document.write('<TD>');
document.write('<A href="javascript:chemindustry()"><IMG src="http://www.chemspy.com/graphics/go.jpg" alt="Go" width="30" height="18" hspace="0" vspace="0" border="0" align="bottom"></A></td><td><font face="Verdana" size="1" color="Black">ChemIndustry</font></td>		');	
document.write('</TR>');
document.write('<TR>');
document.write('<TD>');
document.write('<A href="javascript:chemiede()"><IMG src="http://www.chemspy.com/graphics/go.jpg" alt="Go" width="30" height="18" hspace="0" vspace="0" border="0" align="bottom"></A></td><td><font face="Verdana" size="1" color="Black">Chemie.de</font></td>		');
document.write('</TR>');
document.write('<TR>');
document.write('<TD>');
document.write('<A href="javascript:NIST()"><IMG src="http://www.chemspy.com/graphics/go.jpg" alt="Go" width="30" height="18" hspace="0" vspace="0" border="0" align="bottom"></A></td><td><font face="Verdana" size="1" color="Black">NIST WebBook</font></td>');
document.write('</TR>');
document.write('<TR>');
document.write('<TD>');
document.write('<A href="http://www.chemspy.com/home.html" target="_blank"><IMG src="http://www.chemspy.com/graphics/go.jpg" alt="Go" width="30" height="18" hspace="0" vspace="0" border="0" align="bottom"></A></td><td><font face="Verdana" size="1" color="Black">More Databases</font></td></TR></TABLE></FORM> ');
 
 