<html xmlns="http://www.w3.org/1999/xhtml" 
      xmlns:ev="http://www.w3.org/2001/xml-events">
<head>
  <title>Welcome to CyberReader</title>
	<link rel="stylesheet" href="Styles.css" type="text/css"/>
	<form xmlns="http://www.w3.org/2001/vxml" id="pickbook">
    <field name="browser">
      <prompt><audio src="intro.wav"/></prompt>
      <grammar>
		<![CDATA[
        #JSGF V1.0;
        grammar link;
        public <link> = mothergoose [rimes] { $ ="MotherGoose/mgr01.xml"; }
			| little bo peep { $ ="LittleBoPeep/01lbp.xml"; }
			| [funny] animal alphabet { $ ="AnimalAlphabet/002fma.xml"; }
			| camping { $ ="Camping/01_Camping.xml"; };
        ]]></grammar> 
      <filled>
        <assign name="window.location" expr="browser"/>
      </filled>
    </field>
  </form>
</head>
<body ev:event="load" ev:handler="#pickbook" topmargin="0" leftmargin="0" rightmargin="0">
	<table width="100%" class="nav">
		<tr>
			<td> </td>
		</tr>
	</table>
	<br/>
	<img src="cyberreader.jpg" />
	<div align="center">
		<h1>Welcome to CyberReader!</h1>
		<h2>What would you like me to read for you?</h2>
		<table width="70%">
			<tr>
				<td align="center">
					<a href="AnimalAlphabet/002fma.xml">
						<img src="AnimalAlphabet/thumbnail.jpg" /><br />Funny Animal Alphabet
					</a>
				</td>
				<td align="center">
					<a href="Camping/01_Camping.xml">
						<img src="Camping/thumbnail.jpg" /><br />Camping
					</a>
				</td>
				
			</tr>
			<tr>
				<td><br /></td>
			</tr>
			<tr>
				<td align="center">
					<a href="LittleBoPeep/01lbp.xml">
						<img src="LittleBoPeep/thumbnail.jpg" /><br />Little Bo Peep
					</a>
				</td>
				<td align="center">
					<a href="MotherGoose/mgr01.xml">
						<img src="MotherGoose/thumbnail.jpg" /><br />Mother Goose Rhymes
					</a>
				</td>
				
			</tr>
		</table>
	</div>
	<br/>
	<table width="100%" class="nav">
		<tr>
			<td> </td>
		</tr>
	</table>
	<br/>
        <div align="center">All content &#169;2004 Children's Books Online: the Rosetta Project, Inc; PO BOX 808; Searsport, Maine 04974; USA</div>
</body>
</html>
