// JavaScript Document

// function to submit form for quickfind on selection by user

function submitMyForm(sel) {
sel.form.submit();
}