// JavaScript Document
<!--
anchor_to = "";
var current_url = location.href;
function anchor_language(language_anchor){
	
	if(current_url.indexOf('#') < 0){
		anchor_to = current_url + "#" + language_anchor;
	}
	window.location = anchor_to;
}
//-->

<!--
var hide_slow_set

function hold_drop_visible(){
	document.getElementById('dropdownHolder').style.display = "block";
}

function hide_dropdownHolder(){
	document.getElementById('dropdownHolder').style.display = "none";
	document.getElementById('kitchen_link').style.background='#FFFFFF';
			document.getElementById('personal_link').style.background='#FFFFFF';
			document.getElementById('equipment_link').style.background='#FFFFFF';
			document.getElementById('functions_link').style.background='#FFFFFF';
			document.getElementById('products_link').style.background='#FFFFFF';
			document.getElementById('books_link').style.background='#FFFFFF';
			document.getElementById('cleanses_link').style.background='#FFFFFF';
			document.getElementById('best_link').style.background='#FFFFFF';
			document.getElementById('new_link').style.background='#FFFFFF';
			document.getElementById('sale_link').style.background='#FFFFFF';
			document.getElementById("dropdownHolder").innerHTML = "";
}

function hide_dropdown_slow(){
	hide_slow_set=setTimeout("hide_dropdownHolder()",600);
}

function stop_hide_slow_set(){
	clearTimeout(hide_slow_set);
}
		

function dropdown_fill_and_display(){
	document.getElementById("dropdownHolder").innerHTML = dropdownHolderIns;
	document.getElementById("dropdownHolder").style.display = "block";	
}

function set_drop_hover(links){

	switch(links){
		case "kitchen":
			document.getElementById("dropdownHolder").style.display = "none";
			dropdownHolderIns = "<span onmouseover=\"document.getElementById('kitchen_link').style.background='#DAF1FA';\" style=\"display:block;\"><a href=\"http://www.drclarkstore.eu/kitchen_spices_etc.html\">Household</a><a href=\"http://www.drclarkstore.eu/kitchen_spices_etc.html\">Spices</a><a href=\"http://www.drclarkstore.eu/Kitchen-Tools.html\">Cutlery</a><a href=\"http://www.drclarkstore.eu/Kitchen-Pots_and_Pans.html\">Pots-Pans</a></span>";
			document.getElementById('dropdownHolder').style.left = '18px';
			document.getElementById('dropdownHolder').style.height = '65px';
			document.getElementById('dropdownHolder').style.width = '150px';
			document.getElementById('dropdownHolder').style.marginBottom = '-67px';
			document.getElementById('kitchen_link').style.background='#DAF1FA';
			document.getElementById('personal_link').style.background='#FFFFFF';
			document.getElementById('equipment_link').style.background='#FFFFFF';
			document.getElementById('functions_link').style.background='#FFFFFF';
			document.getElementById('products_link').style.background='#FFFFFF';
			document.getElementById('books_link').style.background='#FFFFFF';
			document.getElementById('cleanses_link').style.background='#FFFFFF';
			document.getElementById('best_link').style.background='#FFFFFF';
			document.getElementById('new_link').style.background='#FFFFFF';
			document.getElementById('sale_link').style.background='#FFFFFF';
			dropdown_fill_and_display();
			break;
		case "personal_care":
			dropdownHolderIns = "<span onmouseover=\"document.getElementById('personal_link').style.background='#DAF1FA';\" style=\"display:block;\"><a href=\"http://www.drclarkstore.eu/body_and_hair_care.html\">Bath</a><a href=\"http://www.drclarkstore.eu/tooth_care.html\">Tooth Care</a></span>";
			document.getElementById('dropdownHolder').style.left = '83px';
			document.getElementById('dropdownHolder').style.height = '90px';
			document.getElementById('dropdownHolder').style.width = '150px';
			document.getElementById('dropdownHolder').style.marginBottom = '-92px';
			document.getElementById('kitchen_link').style.background='#FFFFFF';
			document.getElementById('personal_link').style.background='#DAF1FA';
			document.getElementById('equipment_link').style.background='#FFFFFF';
			document.getElementById('functions_link').style.background='#FFFFFF';
			document.getElementById('products_link').style.background='#FFFFFF';
			document.getElementById('books_link').style.background='#FFFFFF';
			document.getElementById('cleanses_link').style.background='#FFFFFF';
			document.getElementById('best_link').style.background='#FFFFFF';
			document.getElementById('new_link').style.background='#FFFFFF';
			document.getElementById('sale_link').style.background='#FFFFFF';
			dropdown_fill_and_display();
			break;
		case "equipment":
			dropdownHolderIns = "<span onmouseover=\"document.getElementById('equipment_link').style.background='#DAF1FA';\" style=\"display:block;\"><a href=\"http://www.drclarkstore.eu/water.html\">Water Filters</a><a href=\"http://www.drclarkstore.eu/bottle_copies_and_slides.html\">Bottle Copies-Slides</a><a href=\"http://www.drclarkstore.eu/electronics.html\">Electronics</a><a href=\"http://www.drclarkstore.eu/magnets.html\">Magnets</a></span>";
			document.getElementById('dropdownHolder').style.left = '186px';
			document.getElementById('dropdownHolder').style.height = '100px';
			document.getElementById('dropdownHolder').style.width = '150px';
			document.getElementById('dropdownHolder').style.marginBottom = '-102px';
			document.getElementById('kitchen_link').style.background='#FFFFFF';
			document.getElementById('personal_link').style.background='#FFFFFF';
			document.getElementById('equipment_link').style.background='#DAF1FA';
			document.getElementById('functions_link').style.background='#FFFFFF';
			document.getElementById('products_link').style.background='#FFFFFF';
			document.getElementById('books_link').style.background='#FFFFFF';
			document.getElementById('cleanses_link').style.background='#FFFFFF';
			document.getElementById('best_link').style.background='#FFFFFF';
			document.getElementById('new_link').style.background='#FFFFFF';
			document.getElementById('sale_link').style.background='#FFFFFF';
			dropdown_fill_and_display();
			break;
		case "functions":
			dropdownHolderIns = "<span onmouseover=\"document.getElementById('functions_link').style.background='#DAF1FA';\" style=\"display:block;\"><a href=\"http://www.drclarkstore.eu/Functions-Adrenal.html\">Adrenal</a><a href=\"http://www.drclarkstore.eu/Functions-Antioxidants.html\">Antioxidants</a><a href=\"http://www.drclarkstore.eu/Functions-Blood_Sugar.html\">Blood Sugar</a><a href=\"http://www.drclarkstore.eu/Functions-Bone_Joint.html\">Bone and Joint</a><a href=\"http://www.drclarkstore.eu/Functions-Cardio.html\">Cardio</a><a href=\"http://www.drclarkstore.eu/Functions-Connective_Tissue.html\">Connective Tissue</a><a href=\"http://www.drclarkstore.eu/Functions-Digestive_Aid.html\">Digestive Aid</a><a href=\"http://www.drclarkstore.eu/Functions-Eye_Sight.html\">Eye Sight</a><a href=\"http://www.drclarkstore.com/dr-salar-farahmand.html\">Homeopathic Med.</a><a href=\"http://www.drclarkstore.eu/Functions-Men.html\">Men</a><a href=\"http://www.drclarkstore.eu/Functions-Respiratory.html\">Respiratory</a><a href=\"http://www.drclarkstore.eu/Functions-Urinary_Tract.html\">Urinary Tract</a><a href=\"http://www.drclarkstore.eu/Functions-Women.html\">Women</a></span>";
			document.getElementById('dropdownHolder').style.left = '267px';
			document.getElementById('dropdownHolder').style.height = '210px';
			document.getElementById('dropdownHolder').style.width = '150px';
			document.getElementById('dropdownHolder').style.marginBottom = '-212px';
			document.getElementById('kitchen_link').style.background='#FFFFFF';
			document.getElementById('personal_link').style.background='#FFFFFF';
			document.getElementById('equipment_link').style.background='#FFFFFF';
			document.getElementById('functions_link').style.background='#DAF1FA';
			document.getElementById('products_link').style.background='#FFFFFF';
			document.getElementById('books_link').style.background='#FFFFFF';
			document.getElementById('cleanses_link').style.background='#FFFFFF';
			document.getElementById('best_link').style.background='#FFFFFF';
			document.getElementById('new_link').style.background='#FFFFFF';
			document.getElementById('sale_link').style.background='#FFFFFF';
			dropdown_fill_and_display();
			break;
		case "products":
			dropdownHolderIns = "<span onmouseover=\"document.getElementById('products_link').style.background='#DAF1FA';\" style=\"display:block;\"><a href=\"http://www.drclarkstore.eu/Products-Acids_More.html\">Acids</a><a href=\"http://www.drclarkstore.eu/Products-Bulk_Products.html\">Bulk Products</a><a href=\"http://www.drclarkstore.com/dr-salar-farahmand.html\">Dr Salar Homeopathy</a><a href=\"http://www.drclarkstore.eu/Products-Enzymes.html\">Enzymes</a><a href=\"http://www.drclarkstore.eu/Products-Essential_Oils.html\">Essential Oils</a><a href=\"http://www.drclarkstore.eu/Products-HDPE_plastic_containers.html\">HDPE Containers</a><a href=\"http://www.drclarkstore.eu/Products-Herbal_Supplements.html\">Herbs-Herbal Supplements</a><a href=\"http://www.drclarkstore.eu/Products-Immune_Boosters.html\">Immune Boosters</a><a href=\"http://www.drclarkstore.eu/Products-Minerals.html\">Minerals</a><a href=\"http://www.drclarkstore.eu/Products-Vitamins.html\">Vitamins</a></span>";
			document.getElementById('dropdownHolder').style.left = '342px';
			document.getElementById('dropdownHolder').style.height = '210px';
			document.getElementById('dropdownHolder').style.width = '150px';
			document.getElementById('dropdownHolder').style.marginBottom = '-212px';
			document.getElementById('kitchen_link').style.background='#FFFFFF';
			document.getElementById('personal_link').style.background='#FFFFFF';
			document.getElementById('equipment_link').style.background='#FFFFFF';
			document.getElementById('functions_link').style.background='#FFFFFF';
			document.getElementById('products_link').style.background='#DAF1FA';
			document.getElementById('books_link').style.background='#FFFFFF';
			document.getElementById('cleanses_link').style.background='#FFFFFF';
			document.getElementById('best_link').style.background='#FFFFFF';
			document.getElementById('new_link').style.background='#FFFFFF';
			document.getElementById('sale_link').style.background='#FFFFFF';
			dropdown_fill_and_display();
			break;
		case "books":
			dropdownHolderIns = "<span onmouseover=\"document.getElementById('books_link').style.background='#DAF1FA';\" style=\"display:block;\"><a href=\"http://www.drclarkstore.eu/books_1.html\">Books</a><a href=\"http://www.drclarkstore.eu/amazon_books.html\">Amazon Books</a><a href=\"http://www.drclarkstore.eu/audios.html\">Audios</a><a href=\"http://www.drclarkstore.eu/videos.html\">Videos</a><a href=\"http://drclarkstore.com/mediaroom.html\">Research Videos</a></span>";
			document.getElementById('dropdownHolder').style.left = '413px';
			document.getElementById('dropdownHolder').style.height = '120px';
			document.getElementById('dropdownHolder').style.width = '150px';
			document.getElementById('dropdownHolder').style.marginBottom = '-122px';
			document.getElementById('kitchen_link').style.background='#FFFFFF';
			document.getElementById('personal_link').style.background='#FFFFFF';
			document.getElementById('equipment_link').style.background='#FFFFFF';
			document.getElementById('functions_link').style.background='#FFFFFF';
			document.getElementById('products_link').style.background='#FFFFFF';
			document.getElementById('books_link').style.background='#DAF1FA';
			document.getElementById('cleanses_link').style.background='#FFFFFF';
			document.getElementById('best_link').style.background='#FFFFFF';
			document.getElementById('new_link').style.background='#FFFFFF';
			document.getElementById('sale_link').style.background='#FFFFFF';
			dropdown_fill_and_display();
			break;
		case "cleanses":
			dropdownHolderIns = "<span onmouseover=\"document.getElementById('cleanses_link').style.background='#DAF1FA';\" style=\"display:block;\"><a href=\"http://www.drclarkstore.eu/Cleanses-All_Cleanses.html\">All Dr Clark Cleanses</a><a href=\"http://www.drclarkstore.eu/Cleanses-Colon_Cleanse.html\">Colon Bowel Cleanses</a><a href=\"http://www.drclarkstore.eu/Cleanses-Kidney.html\">Kidney Cleanses</a><a href=\"http://www.drclarkstore.eu/Cleanses-Liver.html\">Liver & Gallbladder Cleanse</a><a href=\"http://www.drclarkstore.eu/Cleanses-MetalGone.html\">MetalGone Cleanse</a><a href=\"http://www.drclarkstore.eu/Cleanses-pH_Balance.html\">pH Balance</a><a href=\"http://www.drclarkstore.eu/Cleanses-Purity_Cleanses.html\">Purity Cleanses</a><a href=\"http://www.drclarkstore.eu/cover.english.html\">Dr Clark Cleanses Guide</a></span>";
			document.getElementById('dropdownHolder').style.left = '518px';
			document.getElementById('dropdownHolder').style.height = '150px';
			document.getElementById('dropdownHolder').style.width = '150px';
			document.getElementById('dropdownHolder').style.marginBottom = '-152px';
			document.getElementById('kitchen_link').style.background='#FFFFFF';
			document.getElementById('personal_link').style.background='#FFFFFF';
			document.getElementById('equipment_link').style.background='#FFFFFF';
			document.getElementById('functions_link').style.background='#FFFFFF';
			document.getElementById('products_link').style.background='#FFFFFF';
			document.getElementById('books_link').style.background='#FFFFFF';
			document.getElementById('cleanses_link').style.background='#DAF1FA';
			document.getElementById('best_link').style.background='#FFFFFF';
			document.getElementById('new_link').style.background='#FFFFFF';
			document.getElementById('sale_link').style.background='#FFFFFF';
			dropdown_fill_and_display();
			break;
		case "best_sellers":
		dropdownHolderIns = "<span onmouseover=\"document.getElementById('best_link').style.background='#DAF1FA';\" style=\"display:block;\"><a href=\"http://www.drclarkstore.eu/Cleanses-Para_Cleanse.html\">Para Cleanse</a><a href=\"http://www.drclarkstore.eu/Hulda_Clark_Favorites-Super_W_Blend_Wormwood_365_mg_100_capsules.html\">Super Wormwood Blend</a><a href=\"http://www.drclarkstore.eu/Herbal_Supplements-Cloves_500mg_100_Capsules.html\">Cloves</a><a href=\"http://www.drclarkstore.eu/Herbal_Supplements-Black_Walnut_Hull_EXTRA_Strength_4_oz.html\">Black Walnut Hull Tinct. Xtra Strength (4oz)</a><a href=\"http://www.drclarkstore.eu/Herbal_Supplements-Black_Walnut_Hull_360mg_50_capsules.html\">Freeze-Dried Black Walnut Hull</a><a href=\"http://www.drclarkstore.eu/Kitchen_Spices_etc-Dr_Clark_Sanitizer_Modified_Lugol_s_Iodine_1_fl.html\">TummyBuGone</a><a href=\"http://www.drclarkstore.eu/Herbal_Supplements-Turmeric_500mg_100_capsules.html\">Turmeric</a><a href=\"http://www.drclarkstore.eu/Digestive_Aid-Digestive_Enzymes_500mg_50_capsules.html\">Digestive Enzymes</a><a href=\"http://www.drclarkstore.eu/Acids_More-Ornithine_500_mg_100_Capsules.html\">Ornithine</a><a href=\"http://www.drclarkstore.eu/Vitamins-Vitamin_C_1000mg_100_capsules.html\">Vitamin C capsules</a><a href=\"http://www.drclarkstore.eu/Hulda_Clark_Favorites-Magnesium_Oxide_300mg_Pure_Magnesium_100_capsules.html\">Magnesium Oxide capsules</a><a href=\"http://www.drclarkstore.eu/Herbal_Supplements-Black_Walnut_Hull_EXTRA_Strength_2_oz.html\">Black Walnut Hull Tincture Xtra Strength (2oz)</a><a href=\"http://www.drclarkstore.eu/Tooth_Care-Toothpowder_Oregano_3_oz.html\">Oregano Tooth powder</a><a href=\"http://www.drclarkstore.eu/Hulda_Clark_Favorites-Selenium_200mcg_50_ct.html\">Selenium</a><a href=\"http://www.drclarkstore.eu/Acids_More-Hydrochloric_Acid_HCL_5_1_oz.html\">Hydrochloric Acid</a><a href=\"http://www.drclarkstore.eu/Vitamins-Vitamin_C_powder_16oz_1_lb.html\">Vitamin C Powder 16oz</a></span>";
			document.getElementById('dropdownHolder').style.left = '592px';
			document.getElementById('dropdownHolder').style.height = '300px';
			document.getElementById('dropdownHolder').style.width = '250px';
			document.getElementById('dropdownHolder').style.marginBottom = '-302px';
			document.getElementById('kitchen_link').style.background='#FFFFFF';
			document.getElementById('personal_link').style.background='#FFFFFF';
			document.getElementById('equipment_link').style.background='#FFFFFF';
			document.getElementById('functions_link').style.background='#FFFFFF';
			document.getElementById('products_link').style.background='#FFFFFF';
			document.getElementById('books_link').style.background='#FFFFFF';
			document.getElementById('cleanses_link').style.background='#FFFFFF';
			document.getElementById('best_link').style.background='#DAF1FA';
			document.getElementById('new_link').style.background='#FFFFFF';
			document.getElementById('sale_link').style.background='#FFFFFF';
			dropdown_fill_and_display();
			break;
		case "whats_new":
		dropdownHolderIns = "<span onmouseover=\"document.getElementById('new_link').style.background='#DAF1FA';\" style=\"display:block;\"><a href=\"http://www.drclarkstore.eu/New_Products-SAMe_200_mg.html\" >SAMe 200 mg</a><a href=\"http://www.drclarkstore.eu/New_Products-Lugol_s_Veggie_Wash_1oz_Glass_Bottle_dropper.html\" >Lugol's Veggie Wash 1oz (Glass Bottle + dropper)</a><a href=\"http://www.drclarkstore.eu/New_Products-8_Chakras_Forgiveness_Essences.html\" >8 Chakras Forgiveness Essences</a></span>";
			document.getElementById('dropdownHolder').style.left = '682px';
			document.getElementById('dropdownHolder').style.height = '300px';
			document.getElementById('dropdownHolder').style.width = '250px';
			document.getElementById('dropdownHolder').style.marginBottom = '-302px';
			document.getElementById('kitchen_link').style.background='#FFFFFF';
			document.getElementById('personal_link').style.background='#FFFFFF';
			document.getElementById('equipment_link').style.background='#FFFFFF';
			document.getElementById('functions_link').style.background='#FFFFFF';
			document.getElementById('products_link').style.background='#FFFFFF';
			document.getElementById('books_link').style.background='#FFFFFF';
			document.getElementById('cleanses_link').style.background='#FFFFFF';
			document.getElementById('best_link').style.background='#FFFFFF';
			document.getElementById('new_link').style.background='#DAF1FA';
			document.getElementById('sale_link').style.background='#FFFFFF';
			dropdown_fill_and_display();
			break;
		case "on_sale":
		dropdownHolderIns = "<span onmouseover=\"document.getElementById('sale_link').style.background='#DAF1FA';\" style=\"display:block;\"><a href=\"http://www.drclarkstore.eu/Acids_More-Thioctic_Acid_460mg_90_capsules_.html\">Thioctic Acid</a><a href=\"http://www.drclarkstore.eu/Water-Dr_Clark_Whole_House_Water_Filter_Kit_Ver_1.html\">Dr Clark Whole House Water Filter v.1</a><a href=\"http://www.drclarkstore.eu/Water-DrClark_Whole_House_Filter_Ver_2_board.html\">Dr Clark Whole House Water Filter v.2</a></span>";
			document.getElementById('dropdownHolder').style.left = '771px';
			document.getElementById('dropdownHolder').style.height = '100px';
			document.getElementById('dropdownHolder').style.width = '150px';
			document.getElementById('dropdownHolder').style.marginBottom = '-102px';
			document.getElementById('kitchen_link').style.background='#FFFFFF';
			document.getElementById('personal_link').style.background='#FFFFFF';
			document.getElementById('equipment_link').style.background='#FFFFFF';
			document.getElementById('functions_link').style.background='#FFFFFF';
			document.getElementById('products_link').style.background='#FFFFFF';
			document.getElementById('books_link').style.background='#FFFFFF';
			document.getElementById('cleanses_link').style.background='#FFFFFF';
			document.getElementById('best_link').style.background='#FFFFFF';
			document.getElementById('new_link').style.background='#FFFFFF';
			document.getElementById('sale_link').style.background='#DAF1FA';
			dropdown_fill_and_display();
			break;
	}

}
//-->