﻿function QuickSearch( eltID, url )
{
	var text = document.getElementById( eltID ).value;
	window.location.href = url + "?DoSearch=1&Keywords=" + text;
}