function faqchange()
{
	if( document.faqform.query.value )
		document.faqform.action.value = "Search FAQ";
	else
		document.faqform.action.value = "Browse FAQ";
}
