<!-- Validate Form Javascript -->
<!--
function validateFields() {
    if (document.searchform.searchtxt.value == "") {
        alert('Please enter your search words');
        return false;
    }
return true;
}
//-->
