function Mylogout()
{
	document.location.href='/admin/permission/logout.php';
}