<!-- 
function redirect()
	{
	var new_location=eval("document.formone1.quickLink");
	if (new_location.options[new_location.selectedIndex].value.length >0)
		{
		window.location=new_location.options[new_location.selectedIndex].value;
		}
	}	
	-->