function quickSearch()
{
	if (validateForm("searchForm"))
	{
		document.location.href = "/dcp/f/" + escape(getFormValue("searchInput"));
	}
}