function verify(pw) {
	if ( pw.value == "diamond" ) {
		window.open("compan2.htm")
	}
	else {
		alert ("The password you have entered is incorrect. Please enter the correct password.       ");
	}
}