//-----------------------------------------------------
// Admin support functions.
//-----------------------------------------------------

function Logout() {
	var theForm = document.getElementById('frmLogout');
	theForm.submit();
}
