

// Submit a form (rather than using a submit image) and set the command value
function submitForm() {

   var thisObj = eval("document.quickSearch");
   thisObj.submit();

}

