function academic(){window.open('http://www.live.com/#q='+document.scibox.invoer.value+'&scope=academic')}

function google(){window.open('http://scholar.google.com/scholar?num=100&q='+document.scibox.invoer.value)}

function scirus(){window.open('http://www.scirus.com/srsapp/search?q='+document.scibox.invoer.value)}

function intute(){window.open('http://www.intute.ac.uk/sciences/cgi-bin/search.pl?term1='+document.scibox.invoer.value+'&submit.x=0&submit.y=0&submit=Go&limit=0&subject=sciences')}

function techxtra(){window.open('http://www.techxtra.ac.uk/index.html?action=search&query='+document.scibox.invoer.value+'&submit.x=0&submit.y=0')}

function chemspider(){window.document.q.q.value=document.chembox.invoer.value;
		              window.document.q.submit()}


function clearDefault(el) {if (el.defaultValue==el.value) el.value = ""};

document.write('<FORM name="scibox">');
document.write('<table width="130" cellspacing="2" cellpadding="2" align="left" bgcolor=#fff style="background-color: #fff; border: 2px solid #000;">');
document.write('<TR>');
document.write('<td colspan="2" align="center">');

document.write('<a href="http://www.sciencebase.com/"><IMG src="http://www.sciencebase.com/images/science-search-banner.jpg" alt="Go" width="130" height="50" hspace="0" vspace="0" border="0" align="bottom"></a></td>');
document.write('</TR>');


document.write('<TR>');
document.write('<TD>');
document.write('<A href="http://www.sciencebase.com/science-blog/feed"><IMG src="http://www.sciencebase.com/images/subscribe-to-newsfeed.gif" alt="Science Newsfeed" height="16" width="16" hspace="0" vspace="0" border="0" align="bottom"></A></td><td><a href="http://www.sciencebase.com/"><font face="Verdana" size="0" color="Black"><b>Science News</b></font></a></td></TR>');

document.write('<TR>');
document.write('<td colspan="2">');
document.write('<INPUT type="text" name="invoer" ONFOCUS="clearDefault(this)" value="Enter term, pick Go" id="invoer" size="18" maxlength="100" style="background-color: A3A3D1; text-align: justify;"></td>	');
document.write('</TR>');

document.write('<TR>');
document.write('<TD>');
document.write('<A href="javascript:intute()"><IMG src="http://www.sciencebase.com/images/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">Intute Science</font></td>');
document.write('</TR>');

document.write('<TR>');
document.write('<TD>');
document.write('<A href="javascript:techxtra()"><IMG src="http://www.sciencebase.com/images/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">TechXtra</font></td>');
document.write('</TR>');

document.write('<TR>');
document.write('<TD>');
document.write('<A href="javascript:google()"><IMG src="http://www.sciencebase.com/images/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 Scholar</font></td>');
document.write('</TR>');

document.write('<TR>');
document.write('<TD>');
document.write('<A href="javascript:scirus()"><IMG src="http://www.sciencebase.com/images/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">Scirus</font></td>');
document.write('</TR>');

document.write('<TR>');
document.write('<TD>');
document.write('<A href="javascript:academic()"><IMG src="http://www.sciencebase.com/images/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">MS Academic</font></td>');
document.write('</TR>');

document.write('<TR>');
document.write('<TD>');
document.write('</TABLE></FORM> ');
