
function ShowHowToPlayWindow()
{
	document.getElementById("howToPlay").className = "ppHowToPlayVisible";
}

   function HideHowToPlayWindow()
{
	document.getElementById("howToPlay").className = "ppHowToPlayHidden";
}