<!--
function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}
function validForm(passForm) {
			if (passForm.keyword.value == "") {
				alert("You must enter a search word")
				passForm.keyword.focus()
				return false
		}
		return true
}
//-->