function navigue()
{
if (
	(acces.login.value=="community" && acces.pass.value=="china") 
	)
 {
location.href="private.html"}
else
{
location.href="community_no.html"}
				
}
