function Login()
{
	document.cookie = "LoginCookie=" + document.forms[0].username.value;
	document.location = "index2.htm";
}
