
<!--//
function clearForm(){
if (document.searchForm.searchTerm.value == "Search this site")
	document.searchForm.searchTerm.value = "";
}

function printPage(){
window.print();
}

function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}

//-->


