// Opens the What's New page in a new window.
function itsnew()
	{
		open("whatsnew.htm");
	}

