function CheckSubmit(){
	if (document.bsitem.opt0.value=="0") {
		alert("You have not selected a tooth pitch");
		return false;
	}
	return true;
}
