function clearSearchField(){    
	if (document.getElementById("keywords").value == 'Search') {
		document.getElementById("keywords").value = '';
		}
	}
function terms() {
	window.open("terms.php","mywindow","menubar=1,resizable=1,scrollbars=1,width=950,height=500"); 
	}