function fncSubmitFooterSearch() {
	if (document.frmFooterSearch.q.value!='Search:') {
		document.frmFooterSearch.submit();
	}
}
