<!--
function goa(){
if (document.boogieA.surf.options[document.boogieA.surf.selectedIndex].value != "none") {
document.boogieA.surf.options[document.boogieA.surf.selectedIndex].value
}
}
//-->
<!--
document.write('<form name="boogieA">');
document.write('<select name="surf" onChange="location= document.boogieA.surf.options[document.boogieA.surf.selectedIndex].value;" value="GO">');
document.write('<option selected>Select a Page</option>');
document.write('<option value="none">---------------</option>');
document.write('<option value="start.html">Home</option>');
document.write('<option value="who.html">1. Who are you?</option>');
document.write('<option value="how.html">2. How are you?</option>');
document.write('<option value="kinship.html">3. Some Kinship Terms</option>');
document.write('<option value="hello.html">4. Hello Goodbye</option>');
document.write('<option value="useful-expressions.html">5. Useful Expressions</option>');
document.write('<option value="classroom.html">6. Classroom Expressions</option>');
document.write('<option value="weather.html">7. What\'s the Weather Like?</option>');
document.write('<option value="verbforms.html">8. Paradigms & Verb Forms</option>');
document.write('</select>');
document.write('</form>');
// end hiding contents -->
