

function DropDownChange(url)
{
	if (url != '')
	{
		window.location = url;
	}
}