function onLoad()
{
    if (document.GoogleForm){
    document.GoogleForm.q.value ="Search KMI Systems";
    }
}

function clearForm(){
    document.GoogleForm.q.value="";
}