function top2search (form)
{
	form.action = '/search/';
	form.submit();
	return true;
}