function formHandler(){

var URL = document.form.site.options[document.form.site.selectedIndex].value;

window.location.href = URL;

}



document.write('<form name="form">');

document.write('<select name="site" size=1>');document.write('<option value="home.htm">Select a Book');

document.write('<option value="british1.htm">British Herbal Compendium');

document.write('<option value="britishp.htm">British Herbal Pharmacopoeia');

document.write('<option value="drugf.htm">Drug Formulations Manual 3rd Edition');

document.write('<option value="drugs.htm">Drug Formulations Manual Supplement 2001');

document.write('<option value="escop.htm">E/S/C/O/P Monographs');

document.write('<option value="herbaldi.htm">Herbal Drugs Industry');

document.write('<option value="identify.htm">Identification of Drugs in Pharmaceutical Formulations');

document.write('<option value="illus.htm">Illustrated Manual Of Herbal Drugs Used In Ayurveda');

document.write('<option value="medpch.htm">Medicinal Plants in China');

document.write('<option value="medprk.htm">Medicinal Plants in the Republic of Korea');

document.write('<option value="medpsp.htm">Medicinal Plants in the South Pacific');

document.write('<option value="medpvn.htm">Medicinal Plants in Viet Nam');

document.write('<option value="natural products.htm">Natural Products World Manufacturers Directory 2003');

document.write('<option value="pdr.htm">P D R For Herbal Medicines');

document.write('<option value="QCM.htm">Quality control methods for medicinal plant materials');

document.write('<option value="qa.htm">Quantitative Analysis Of Drugs In Pharmaceutical Formulations');

document.write('<option value="spices.htm">Quality Assurance in Spices & Spice Products');

document.write('<option value="botani.htm">Standardization of Botanicals Vol-1');

document.write('<option value="botani-v2.htm">Standardization of Botanicals Vol-2');

document.write('<option value="who.htm">WHO monographs on selected medicinal plants, Vol-1');

document.write('</select>');

document.write('<input type=button value="Go!" onClick="javascript:formHandler()">');

document.write('</form>');
