function drop1() {
				var URL = document.pulldwn1.dropdwn1.options[document.pulldwn1.dropdwn1.selectedIndex].value; 
				window.location.href = URL
}
function drop2() {
			  var URL2 = document.pulldwn2.dropdwn2.options[document.pulldwn2.dropdwn2.selectedIndex].value;
        window.location.href = URL2
}

