<html xmlns="http://www.w3.org/1999/xhtml" xmlns:ev="http://www.w3.org/2001/xml-events">
	<head>
		<title>Kid Crafts: Home</title>
		<form xmlns="http://www.w3.org/2001/vxml" id="mainform">

		<field name="navigate">
			<option value="puppet1.xml">one</option>
			<option value="train1.xml">two</option>
			<option value="angel1.xml">three</option>
			<filled>
				<assign name="window.location" expr="navigate"/>
			</filled>
		</field>     
		</form>
	</head>
	
	<body ev:event="load" ev:handler="#mainform">
		<center>
		<img src="title.jpg"/> 
		
		<font face="Arial">
		
		<h2>Holiday Craft Projects</h2> </font>
		<img src="gingerbread.gif"/> <P/>
		<font face="Arial" size="3"> 
		Speak the number of the project you want to work on 
		or click on the link with your mouse. <P/>
		<a href="puppet1.xml">1: Reindeer Puppet</a> <P/>
		<a href="train1.xml">2: Candy Train</a> <P/>
		<a href="angel1.xml">3: Paper Plate Angel</a> <P/>
		
		</font>
		</center>
	</body>

</html>