function ClearFaqSearch(control)
{
    if(control != null)
        if(control.value == 'Please type your question in this box.')
            control.value = "";
}
