function dropDownNavigate(ddlist)
{
	var URL = ddlist.options[ddlist.selectedIndex].value;
	document.location.href = URL;
} 