function login(){
	if(document.forms[0].loginTxt.value != 'sesame'){return;}
	parent.info.document.location.href='cgi-bin/login.pl';
}
