function ChangeDeptMenu( whichMenu, selectedMenu, doExecute )
{
	if (whichMenu !=0 ) //Set the main menu
	{
		document.frmMain.mainmenu.value = whichMenu ;
		document.frmMain.submenu.value = 1;	//reset the subment to default
		document.frmMain.submit();
	
	}
}

