function submitSearch(searchForm){var url="http://uq.summon.serialssolutions.com/search/results?";var datapresent=false;if(searchForm.searchtype&&searchForm.searchtype[0].checked){url+="&s.q=Title%3A(";}
if(searchForm.searchtype&&searchForm.searchtype[1].checked){url+="&s.q=";}
if(searchForm.searcharg&&searchForm.searcharg.value.length>0){datapresent=true;url+=massage(searchForm.searcharg.value);}
if(searchForm.searchtype&&searchForm.searchtype[0].checked){url+=")";}
if(searchForm.s_q&&searchForm.s_q.value.length>0){datapresent=true;url+="&s.q="+massage(searchForm.s_q.value);}
if(searchForm.s_st_author&&searchForm.s_st_author.value.length>0){datapresent=true;url+="&s.st.author="+massage(searchForm.s_st_author.value);}
if(searchForm.s_st_title&&searchForm.s_st_title.value.length>0){datapresent=true;url+="&s.q=Title%3A("+massage(searchForm.s_st_title.value)+")";}
if(searchForm.s_st_publicationtitle&&searchForm.s_st_publicationtitle.value.length>0){datapresent=true;url+="&s.st.publicationtitle="+massage(searchForm.s_st_publicationtitle.value);}
if(searchForm.s_st_volume&&searchForm.s_st_volume.value.length>0){url+="&s.st.volume="+massage(searchForm.s_st_volume.value);}
if(searchForm.s_st_issue&&searchForm.s_st_issue.value.length>0){url+="&s.st.issue="+massage(searchForm.s_st_issue.value);}
if(searchForm.s_st_isbn&&searchForm.s_st_isbn.value.length>0){datapresent=true;url+="&t.isbn="+massage(searchForm.s_st_isbn.value);}
if(searchForm.t_AuthorCombined&&searchForm.t_AuthorCombined.value.length>0){datapresent=true;url+="&t.AuthorCombined="+massage(searchForm.t_AuthorCombined.value);}
if(searchForm.s_st_title&&searchForm.s_st_title.value.length>0){datapresent=true;url+="&t.title="+massage(searchForm.s_st_title.value);}
if(searchForm.s_st_issn&&searchForm.s_st_issn.value.length>0){datapresent=true;url+="&t.issn="+massage(searchForm.s_st_issn.value);}
if((searchForm.syear&&searchForm.syear.value>0)||(searchForm.syear&&searchForm.syear.value>0)){sy=searchForm.syear.value;sm=searchForm.smon.options[searchForm.smon.selectedIndex].value;sd=searchForm.sday.options[searchForm.sday.selectedIndex].value;ey=searchForm.eyear.value;em=searchForm.emon.options[searchForm.emon.selectedIndex].value;ed=searchForm.eday.options[searchForm.eday.selectedIndex].value;if(sy<1&&sm<1&&sd<1)sy="*";if(ey<1&&em<1&&ed<1)ey="*";url+="&s.cmd=setRangeFilter%28PublicationDate,"+sy;if(sm>0){url+="-"+sm;if(sd>0)url+="-"+sd;}
url+=":";url+=ey;if(em>0){url+="-"+em;if(ed>0)url+="-"+ed;}
url+="%29";}
if(searchForm.s_fvf_format_hidden){url+="&s.fvf[]="+searchForm.s_fvf_format_hidden.value;}
if(searchForm.s_fvf_format&&searchForm.s_fvf_format.options[searchForm.s_fvf_format.selectedIndex].value!=""){url+="&s.fvf[]="+searchForm.s_fvf_format.options[searchForm.s_fvf_format.selectedIndex].value;}
if(searchForm.s_fvf_fulltext&&searchForm.s_fvf_fulltext.checked){url+="&s.fvf[]="+searchForm.s_fvf_fulltext.value;}
if(searchForm.s_fvf_scholarly&&searchForm.s_fvf_scholarly.checked){url+="&s.fvf[]="+searchForm.s_fvf_scholarly.value;}
if(searchForm.s_fq&&searchForm.s_fq.checked){url+="&s.fq[]="+searchForm.s_fq.value;}
if(searchForm.s_fvf_ctbk_hidden){url+="&s.fvf[]="+searchForm.s_fvf_ctbk_hidden.value;}
if(searchForm.s_fvf_ctebk_hidden){url+="&s.fvf[]="+searchForm.s_fvf_ctebk_hidden.value;}
if(searchForm.s_fvf_ctjnl_hidden){url+="&s.fvf[]="+searchForm.s_fvf_ctjnl_hidden.value;}
if(searchForm.s_fvf_ctjnl&&searchForm.s_fvf_ctjnl.checked){url+="&s.fvf[]="+searchForm.s_fvf_ctjnl.value;}
if(searchForm.s_fvf_ctnews_hidden){url+="&s.fvf[]="+searchForm.s_fvf_ctnews_hidden.value;}
if(searchForm.s_fvf_ctnews&&searchForm.s_fvf_ctnews.checked){url+="&s.fvf[]="+searchForm.s_fvf_ctnews.value;}
if(searchForm.s_fvf_ctbr_hidden){url+="&s.fvf[]="+searchForm.s_fvf_ctbr_hidden.value;}
if(searchForm.s_fvf_ctbr&&searchForm.s_fvf_ctbr.checked){url+="&s.fvf[]="+searchForm.s_fvf_ctbr.value;}
if(searchForm.s_fvf_cttpa_hidden){url+="&s.fvf[]="+searchForm.s_fvf_cttpa_hidden.value;}
if(searchForm.s_fvf_cttpa&&searchForm.s_fvf_cttpa.checked){url+="&s.fvf[]="+searchForm.s_fvf_cttpa.value;}
if(searchForm.s_fvf_ctdiss&&searchForm.s_fvf_ctdiss.checked){url+="&s.fvf[]="+searchForm.s_fvf_ctdiss.value;}
if(searchForm.s_ho&&searchForm.s_ho.checked){url+="&s.ho="+searchForm.s_ho.value;}
if(searchForm.s_fvf_location_hidden){url+="&s.fvf[]="+searchForm.s_fvf_location_hidden.value;}
url+="&s.ps=50";if(datapresent==false){alert("Please input some data before submitting search.");return false;}
if(window.XMLHttpRequest){var req=new XMLHttpRequest();}
else if(window.ActiveXObject){var req=new ActiveXObject("Microsoft.XMLHTTP");}
req.open("GET","/ctlog.html?"+url,false);req.send();window.location.href=url;return false;}
function massage(searchString){if(searchString.indexOf(" ")!=-1){searchString=searchString.replace(/ /g,"+");}
return searchString;}
