// JavaScript Document

var qnum;
<!----------------------------------------------------------------------------------->
	function giveHint(qnum){
		var smallWin=window.open("","","width=250,height=250,resizable=yes,scrollbars=yes");
		smallWin.document.open();
		wText=hintText[qnum];
		smallWin.document.write("<CENTER>"
		+"<B>Hint for Question "
		+ qnum
		+"</B></CENTER><HR>"
		+ wText
		+"<HR><CENTER><FORM>"
		+"<INPUT TYPE='button' VALUE='Close' onClick="
		+ 'self.close()'
		+ "></FORM></CENTER>" );
		smallWin.focus();
	}
<!-------------playsound function-------------------------------------------------->
function playsound(sfile)
{
window.location.href.sfile;
}

<!----------------------------------------------------------------------------------->
	function wellDone(){
		alert("Yes! Well done")
				}
<!----------------------------------------------------------------------------------->
	function tryAgain(){
		alert("Sorry, that's not right. Try again!")
	}
<!----------------------------------------------------------------------------------->

	var hintText=new Array();
	hintText[1]="Henry liked to get his own way....he chopped off the heads of anyone who 		disagreed with him.     Everyone was very scared of him.";

	hintText[2]="Their names were:  Catherine, Anne, Jane, Anne, Katherine and Kathryn "
	;

	hintText[3]="In Tudor times, people didn't think girls were as good as boys. Kings wanted sons to be King after them.   Daughters could only be Queens if there were no sons.   Henry did have a son who became king but Edward died soon afterwards.   Then Henry's daughters became queen, and Elizabeth was a very good one. "
	;

	hintText[4]="Baths were not consided healthy.  Elizabeth had one every three months and everyone thought she was mad! "
	;

	hintText[5]="This should be a good clue!<img src='images/wife22.jpg' width=100, height=150> "

	;

	hintText[6]="Kathryn was the only wife that survived Henry and didn't get divorced, beheaded, or die. "

	;

	hintText[7]="The Mary Rose sank just outside Portsmouth Harbour in 1545.  400 years later she was found and raised to the surface again.    You can go and see what's left of her at Portsmouth Dockyard Museum"
	;

	hintText[8]="Henry was a fine musician, he could play many instruments very well and composed many pieces of music. "
	;

	hintText[9]="Amazingly, they're all true!";


	hintText[10]="Incredibly, it's all true, no wonder Henry was so fat when he got older";
<!----------------------------------------------------------------------------------->
