function MakeArray()
        {
        this.length = MakeArray.arguments.length
        for (var i = 0; i < this.length; i++)
        this[i+1] = MakeArray.arguments[i]
        }
var produrl = new MakeArray("",
"skin.htm",
"rose_body_butter.htm",
"belly_balm.htm",
"shea_butter.htm",
"facialelixir.htm",
"soap_lavender.htm",
"soap_monoi.htm",
"nail_fungus.htm",
"footbalm.htm",
"organicskinoils.htm",
"shea_butter_lip_balm.htm",
"spa.htm",
"bathoil.htm",
"aromatherapy_bath_salts.htm",
"body_scrub.htm",
"massage_oil.htm",
"milk_bath.htm",
"footsoak.htm",
"natural_perfume.htm",
"aromatherapy_perfumes.htm",
"evergreen_solid_perfume.htm",
"indulgence_solid_perfume.htm",
"solidperfume.htm",
"lavender_solid_perfume.htm",
"paradise_solid_perfume.htm",
"jojobaperfumes.htm",
"gifts.htm",
"footcare_gift.htm",
"sig_massage_oils.htm",
"perfumesamplepack.htm",
"pregnancy_gift.htm",
"body_care_accessories.htm",
"ayatewashcloth.htm",
"back_scrubber.htm",
"body_massager.htm",
"wooden_foot_rollers.htm",
"moisture_gloves.htm",
"nail_scrub_brush.htm",
"pumice_stick.htm",
"seasponge.htm",
"wooden_soap_dish.htm");

var infourl = new MakeArray("",
"site_map.htm",
"intro.htm",
"other.htm#safety",
"intro.htm#sigblends",
"other.htm#maintenance",
"other.htm#ingredients",
"other.htm#glossary",
"other.htm#packaging",
"other.htm#Newsletter",
"product_reviews.htm",
"testimonials.htm",
"help.htm",
"help.htm#browsers",
"help.htm#navigation",
"help.htm#secure",
"intro.htm#gtee",
"help.htm#customer",
"help.htm#differ",
"help.htm#privacy",
"help.htm#placing",
"help.htm#offline",
"help.htm#orders",
"help.htm#backorders",
"help.htm#contact",
"help.htm#credit",
"help.htm#return",
"help.htm#tax",
"help.htm#timeline",
"help.htm#shipping",
"help.htm#tracking",
"researchpapers.htm#articles",
"natural_perfume_history.htm",
"soap_history.htm",
"foot_massage.htm",
"age_well.htm",
"aromabaths.htm",
"inhalation.htm",
"healscar.htm",
"eczema.htm",
"nature.htm",
"get-rid-of-toenail-fungus.htm",
"toenail_fungus.htm",
"fiveherbs.htm",
"cracked_heels.htm",
"osteoarthritis.htm",
"warts.htm",
"vanextract.htm",
"rose_geranium.htm",
"vetiver.htm",
"history_of_botanicals.htm",
"natural_definition.htm",
"researchpapers.htm#links",
"beautylinks.htm",
"healthlinks.htm",
"misclinks.htm",
"productlinks.htm",
"womenslinks.htm",
"statelinks.htm",
"books.htm");

function jumpProduct(form) {
        i = form.SelectProduct.selectedIndex;
        if (i == 0) return;
        window.location.href = produrl[i+1];
}
function jumpInfo(form) {
        i = form.SelectInfo.selectedIndex;
        if (i == 0) return;
        window.location.href = infourl[i+1];
}