function verif() {

// on intercepte ce qui a ete saisi par le visiteur
var password = document.form_pass.passCS.value;

// test
		if ( password == "czvewb" ) {
		this.location.href = "a_scient.htm"
			}
		else
		{
                 this.location.href = "a_accu.htm"
		}
	}


