<?xml version="1.0" encoding="UTF-8" ?> 
  <Module>
    <ModulePrefs 
      title="French Vocabulary: The Street" 
      title_url="http://www.lexisrex.com" 
      height="350" 
      author="Lexis Rex" 
      screenshot="http://www.lexisrex.com/gadgets/lafc/street/street_fr.png" 
      thumbnail="http://www.lexisrex.com/gadgets/lafc/street/thumbnail.jpg"
      author_email="gadget@lexisrex.com"
      description="A French vocabulary flash card set for learning words for things on the street."
      category="communication"
      scrolling="true"
    /> 
    <UserPref 
      name="showBooks" 
      display_name="Show Menu of Available Sets" 
      default_value="true" 
      datatype="enum" >         
        <EnumValue value="true" />      
        <EnumValue value="false" />
    </UserPref>
    <Content type="html"> 
    <![CDATA[
    <script type="text/javascript">      
      var prefs = new gadgets.Prefs();
      var showBooks=prefs.getString("showBooks");
      var site=prefs.getString("site");
      if (showBooks=='true')
      {
        window.location='http://www.lexisrex.com/gadgets/lafc/menu.php?foreign=French&url=street/street_fr.html&thumbnail=street/thumbnail.jpg&msg=Click+the+image+to+start+learning+French+words+for+things+on+the+street.';
      }
      else
      {
        window.location='http://www.lexisrex.com/gadgets/lafc/street/street_fr.html';
      }
    ]]> 
    </Content>
</Module>