<?xml version="1.0" encoding="UTF-8"?>
<Module>
<ModulePrefs title="Hide Google Search"
             directory_title="Hide Google Search"
             description="Hides the Google Search bar."
             author="Silas Sewell"
             author_email="silas@sewell.ch"
             author_affiliation=""
             author_location="Denver, CO"
             screenshot="http://silassewell.googlecode.com/svn/trunk/hosted/hide_google_search/hide-google-search-screenshot.png"
             thumbnail="http://silassewell.googlecode.com/svn/trunk/hosted/hide_google_search/hide-google-search-thumbnail.png"
             scrolling="false">
</ModulePrefs>
<Content type="html-inline"><![CDATA[

<script type="text/javascript">

  function init__MODULE_ID__() {
    toggleGsea__MODULE_ID__();
    _gel('gbarl').onclick = toggleGsea__MODULE_ID__;
    _gel('gbarl').onmouseover = mouseOverHighlight__MODULE_ID__;
    _gel('gbarl').onmouseout = mouseOutHighlight__MODULE_ID__;
  }

  function toggleGsea__MODULE_ID__() {
    _toggle(_gel('gsea'));
    _toggle(_gel('m___MODULE_ID__'));
  }

  function mouseOverHighlight__MODULE_ID__() {
    _gel('gbarl').style.backgroundColor='#ff3333';
    _gel('gbarl').style.cursor='pointer';
  }

  function mouseOutHighlight__MODULE_ID__() {
    _gel('gbarl').style.backgroundColor='#fff';
    _gel('gbarl').style.cursor='auto';
  }

  _IG_RegisterOnloadHandler(init__MODULE_ID__);
</script>

]]></Content>
</Module>

