function forward_asp (form){
theUrl = form.action+"direct="+form.direct.value+"&bQuery="+form.bQuery.value+"&db="+form.db.value;
window.location=theUrl;
return false;
}
function forward_quicksearch (form,category){
theUrl = form.action+"SS_LibHash="+form.SS_LibHash.value+"&field="+form.field.value+"&term="+form.term.value+"&catID="+category;
window.location=theUrl;
return false;
}
function link_quicksearch (category){
theUrl = "http://proxy.consortiumlibrary.org/login?url=http://sz3sa6ce8r.cs.serialssolutions.com/?SS_LibHash=SZ3SA6CE8R&searchBy=Database&catGroupList=default&currentCat="+category+"&searchType=basic";
window.location=theUrl;
return false;
}
