function LoadPage(pageID)
{
	document.getElementById('hidChosenPage').value = pageID;
	document.forms[0].submit();
}