function formHandler(){
	var URL = document.dd.dds.options[document.dd.dds.selectedIndex].value;
	window.location.href = URL;
}

function submit(){
	document.dd.submit();	
}
