<!-- Jump menu -->

site = "http://www.mentholatum.ca/wheretobuyproducts"; // Do not include the final "/"
function jump(menu1) {
	str = menu1.options[menu1.selectedIndex].value;
	url = site + "/" + str + "/topicals/topicals.html";
	window.location.href = url;
}


