function navigue()
{
if (
	(acces.login.value=="eurochina" && acces.pass.value=="restricted") 
	)
 {
location.href="restricted/restricted.html"}
else
{
location.href="restricted_no.html"}
				
}
