<!-- hide script from old browsers
 
function verifyInput() {
	entry1 = document.form.answer1.value
	entry2 = document.form.answer2.value
	if (entry1 == 9 && entry2 == 15) {
	window.alert("You are right! 9 donkeys and 15 pigeons is the correct answer.")
	}
	else {
	window.alert("Please try again.")
	}
}	

function guess(){
  mywin = window.open("guess.htm","rwar","toolbar=no,menubar=no,location=no,scrollbars=yes,resize=yes,resizable=yes,width=630 height=430, left=0,top=0,statusbar=no")
 }

 function drawtab(){
  mywin = window.open("drawtab.htm","rwar","toolbar=no,menubar=no,location=no,scrollbars=yes,resize=yes,resizable=yes,width=630 height=430, left=0,top=0,statusbar=no")
 }

function drawlegs(){
  mywin = window.open("drawlegs.htm","rwar","toolbar=no,menubar=no,location=no,scrollbars=yes,resize=yes,resizable=yes,width=630 height=430, left=0,top=0,statusbar=no")
 }

function seah(){
  mywin = window.open("legs-seah.htm","rwar","toolbar=no,menubar=no,location=no,scrollbars=yes,resize=yes,resizable=yes,width=630 height=430, left=0,top=0,statusbar=no")
 }

// end hiding -->