<!-- Begin
function selectaplace(form) {
var appname= navigator.appName;
var appversion=parseInt(navigator.appVersion);
if (appname == "Netscape" && appversion >= 3) {
var formindex=form.select1.selectedIndex;
var storage=form.select1.options[formindex].text;
if (form.select1.options[formindex].value != "none") {
var msg=storage+"You are now being transferred to the -> "+storage;
for (var spot=0;spot<msg.length-storage.length;spot++) {
var x=msg.substring(spot,msg.length);
form.select1.options[formindex].text=x;
for(var d=0;d<150;d++) { };
}
window.location=form.select1.options[formindex].value;
form.select1[formindex].text=storage;
} else  {
form.select1[formindex].text="Not a real option!";
for(var d=0;d<1250;d++) { };
form.select1[formindex].text=storage;
   }
}
else {
var formindex=form.select1.selectedIndex;
window.location=form.select1.options[formindex].value;
   }
}
function makeMyMenu() {
document.write ('<form><select name="select1" onChange="selectaplace(this.form)" size=1>');
document.write ('<option value=content.html><------------Click here to select a product------------>');
document.write ('<option value=woodcare.html>All Howard Wood Care Products');
document.write ('<option value=metalcare.html>All Howard Metal Care Products');
document.write ('<option value=naturals.html>All Howard Naturals Products');
document.write ('<option value=leathercare.html>All Howard Leather Care Products');
document.write ('<option value=woodcare.html#HomeCareKit>Home Care Kit');
document.write ('<option value=woodcare.html#orangeoil>Orange Oil');
document.write ('<option value=woodcare.html#feednwax>Feed-N-Wax');
document.write ('<option value=woodcare.html#restorafinish>Restor-A-Finish');
//document.write ('<option value=woodcare.html#tungoil>Tung Oil');
document.write ('<option value=woodcare.html#orangetung>Orange Tung');
document.write ('<option value=woodcare.html#restorashine>Restor-A-Shine');
document.write ('<option value=woodcare.html#citrusshield>Citrus-Shield Wax');
document.write ('<option value=woodcare.html#cleanafinish>Clean-A-Finish');
document.write ('<option value=woodcare.html#butcherblock>Butcher Block Conditioner');
document.write ('<option value=woodcare.html#steelwool>#0000 Steel Wool');
document.write ('<option value=woodcare.html#fixstix>Fix Stix');
document.write ('<option value=woodcare.html#sunwax>Sunwax');
//document.write ('<option value=naturals.htm#>Naturals Range');
//document.write ('<option value=products/naturals_furniture.htm>Naturals Furniture Care Collection');
//document.write ('<option value=products/naturals.html#>Naturals Kitchen Care Collection');
document.write ('<option value=naturals.html#woodclean>Wood Cleaner and Polish (Naturals)');
document.write ('<option value=naturals.html#woodpreserve>Wood Preserver (Naturals)');
document.write ('<option value=naturals.html#upholstery>Upholstery Cleaner (Naturals)');
document.write ('<option value=naturals.html#granite>Granite & Marble Cleaner (Naturals)');
document.write ('<option value=naturals.html#cabinet>Kitchen Cabinet Cleaner & Polish (Naturals)');
document.write ('<option value=naturals.html#steel>Stainless Steel Cleaner & Polish (Naturals)');
document.write ('<option value=metalcare.html#pinolacopper>Copper and Brass Polish');
document.write ('<option value=metalcare.html#pinolasilver>Silver Polish');
document.write ('<option value=leathercare.html#sofas>Sofas-N-Saddles (Leather Care)');
document.write ('</select>');
document.write ('</form>');
}
makeMyMenu();

// End -->
