function fnSearch(){
	if(!fnError("frm","txtsearch","PleaseentersearchingKeyword.",""))returnfalse;if(document.frm.lstsearch.value=="j")document.frm.action="http://www.mdppl.com/search_result.php";elseif(document.frm.lstsearch.value=="b")document.frm.action="http://www.mdppl.com/search_result_book.php";}

function fnSubject99(){if(document.frm.lstsubject.value!="-1"){if(document.frm.lstbrowse9.value=="j")document.frm.action="http://www.mdppl.com/journals.php";elseif(document.frm.lstbrowse9.value=="b")document.frm.action="http://www.mdppl.com/books.php";returntrue;}else{alert("PleaseselectSubject");document.frm.lstsubject.focus();returnfalse;}}function fnOption(){varlst=document.frm.lstsearch.value;if(lst=="j"){document.frm.item("lstoption").options[0]=newOption("Title","Title");document.frm.item("lstoption").options[1]=newOption("ISSN","ISSN");document.frm.item("lstoption").options[2]=newOption("Author","Author");document.frm.item("lstoption").options[3]=newOption("Editor","Editor");document.frm.item("lstoption").options[4]=newOption("Keyword","Keyword");}elseif(lst=="b"){document.frm.item("lstoption").options[0]=newOption("Title","Title");document.frm.item("lstoption").options[1]=newOption("ISBN","ISBN");document.frm.item("lstoption").options[2]=newOption("Author","Author");document.frm.item("lstoption").options[3]=newOption("Editor","Editor");document.frm.item("lstoption").options[4]=newOption("Keyword","Keyword");}}