function ChangeView(mode)
{
	document.cookie=mode+"; path=/; expires="+(new Date(2100, 12, 1)).toUTCString();
	location.reload();
}