
    function sendSearchFormCss(thisForm)
    {
        var searchTerm = thisForm.search.value;           	
        window.location.href = 'search_css.php?search=' + searchTerm;
    }
