
	function mynavigatefunction() {
	document.location.href = document.getElementById('products').value;
	}
