function cf(title) {
	document.f['title'].value=title;
	document.f.submit();
	return false;
}