<?xml version="1.0" encoding="UTF-8"?>
<Module>
<ModulePrefs title="Encylopedia" height="79" description="This will look up for the Keyword entered using the selected Encyclopedia (Wikipedia, Britannica, Reference.com) and give results in a new Window. (Customizable)" author="Karthik" author_email="manikarthik84@gmail.com" screenshot="http://www.geocities.com/manikarthik84/gadgetsimg/allencyc.PNG" author_location="Chennai, India" title_url="http://itheems.com" thumbnail="http://www.geocities.com/manikarthik84/gadgetsimg/allencyc.PNG" author_affiliation=""  render_inline="never" category="Tools" category2="communication"> <Require feature="analytics" />  
</ModulePrefs> 
<Content type="html"> 
 <![CDATA[
<script type="text/javascript">

function chmainform(thisform)
{
if(document.getElementById('mref').selected == true)

{
m = "<form style=\"background-color:#ffffff\" method=get action=\"http://www.reference.com/search\" target=\"_blank\">";

m=m+"<table border=0 align=center style=\"width:100%\"><tr><td valign=bottom> &nbsp;</td><td valign=bottom width=100%>";
m = m + "<input type=text name=q style=\"width:100%\" maxlength=50>";

}
if(document.getElementById('mbrit').selected == true)
{m = "<form style=\"background-color:#ffffff\" method=get action=\"http://www.britannica.com/search\" target=\"_blank\">";

m=m+"<table border=0 align=center style=\"width:100%\"><tr><td valign=bottom> &nbsp;</td><td valign=bottom width=100%>";

m = m + "<input type=text name=query style=\"width:100%\" maxlength=50>";
}

if(document.getElementById('mwiki').selected == true)
{
m = "<form style=\"background-color:#ffffff\" method=get action=\"http://www.wikipedia.org/wiki/Special:Search\" target=\"_blank\">";

m=m+"<table border=0 align=center style=\"width:100%\"><tr><td valign=bottom> &nbsp;</td><td valign=bottom width=100%>";
m = m + "<input type=text name=search style=\"width:100%\" maxlength=50><input type=hidden name=go value=Go>";

}

thisform.innerHTML = m + "&nbsp;</td><td valign=top><input type=submit value=Go>&nbsp;</td> </tr> </table> </form>"

}

</script><STYLE>
* { font-size: 13px; }


</STYLE>

<body onload="chmainform(mainform)">

<table style="width=100%"><tr><td style="height:32px;">

<div align=left><font face = verdana color= #aa5434 >

 <b> &nbsp;&nbsp;&nbsp;Search </b></font>&nbsp;<select onchange="chmainform(mainform)"> 
<option id="mwiki">Wikipedia</option> <option id="mref">Reference.com</option> <option id="mbrit">Britannica</option></select></div></td><tr><td><div id=mainform></div></td></tr></table></body> 

]]>  </Content> </Module>