function submitpage(objForm,actionType,PageID)
{	
	objForm.actionType.value=actionType;
	objForm.PageID.value=PageID;
	objForm.submit();
}