function navigue() {
  var acces = document.getElementById("acces");
  if ((acces.login.value=="community" && acces.pass.value=="korea")) {
    location.href="http://www.eurosouthkorea-ict.org/community_restricted.php"}
  else {
    location.href="Community_no.php";
  }				
}

