function MM_openBrWindow(theURL,winName,features) { //v2.0
window.open(theURL,winName,features);
}
function FieldSearchForm_onsubmit() {
var jfield,jword;
jfield=document.FieldSearchForm.jfie.options[document.FieldSearchForm.jfie.selectedIndex].value;
jword=document.FieldSearchForm.jword.value;