function logout()
		{
			update=window.open('Jview/Functions/logout.php', 'logout', 'height=1,width=1,status=no,toolbar=no,menubar=no,scrollbars=yes,location=no,resizable=yes');
			update.focus();
			update.resizeBy(200,30);
		}
