function go2(){
if (document.selecter3.select1.options[document.selecter3.select1.selectedIndex].value != "none") {
location = document.selecter3.select1.options[document.selecter3.select1.selectedIndex].value
                }
        }  

document.write('<form name="selecter3"><select name="select1" size="1" onchange="go2()">');
document.write('<option value="none">b r o w s e');
document.write('<option value="none">..........');
document.write('<option value="/homeopathic/brand/bach">Bach');
document.write('<option value="/homeopathic/brand/badger">Badger');
document.write('<option value="/homeopathic/brand/bhi">BHI/Heel');
document.write('<option value="/homeopathic/brand/b%26t">Boericke & Tafel');
document.write('<option value="/homeopathic/brand/boiron">Boiron');
document.write('<option value="/homeopathic/brand/dolisos">Dolisos');
document.write('<option value="/homeopathic/brand/reckeweg">Dr. Reckeweg');
document.write('<option value="/homeopathic/brand/equiopathics">Equiopathics');
document.write('<option value="/homeopathic/brand/helios">Helios');
document.write('<option value="/homeopathic/brand/herbal%20gem">Herbal Gem');
document.write('<option value="/homeopathic/brand/homeopet">HomeoPet');
document.write('<option value="/homeopathic/brand/hylands">Hylands');
document.write('<option value="/homeopathic/brand/king_bio">King Bio Sprays');
document.write('<option value="/homeopathic/brand/Lifes2Good">Lifes2Good');
document.write('<option value="/homeopathic/brand/nvp">Natural-Vet');
document.write('<option value="/homeopathic/brand/pflueger_usa">Plueger USA');
document.write('<option value="/homeopathic/brand/poison%20ivy%20soap">Poison Ivy Soap Company');
document.write('<option value="/homeopathic/brand/professional">Professional Sol');
document.write('<option value="/homeopathic/brand/renewal">Renewal');
document.write('<option value="/homeopathic/brand/rx%20vitamins">RX Vitamins');
document.write('<option value="/homeopathic/brand/seroyal">Seroyal');
document.write('<option value="/homeopathic/brand/similasan">Similasan');
document.write('<option value="/homeopathic/brand/unique">Unique');
document.write('<option value="/homeopathic/brand/whp">Washington');
//document.write('<option value="/homeopathic/brand/weleda">Weleda');
document.write('<option value="/homeopathic/single_remedies/index.html">Boiron single');
document.write('<option value="/homeopathic/single_remedies/index.html">Hylands single');
document.write('<option value="/homeopathic/single_remedies/index.html">WHP single');


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

