
function SendTitleID(){

var URL = "JournalRead20.cfm?TitleID=" + document.JourCatTit.TitleID.options[document.JourCatTit.TitleID.selectedIndex].value;

window.location.href = URL;

}

function formHandler(){

var URL = "" & document.form.site.options[document.form.site.selectedIndex].value;

window.location.href = URL;

}
