function passThrough() {
if(document.all.passText.value=='G3iTSI' || document.all.passText.value=='G3iTsI'){
	document.all.bboardForm.submit()}
else{
	alert('Incorrect password.\n\nCheck the image and re-enter.\n\nCase sensitive.');
	document.all.passText.select();
	return false}
}
