// MNB
// 3/26/09
// used for the support search on:
// http://www.panasonic.com/business/provideo/support/

function clearSupportSearch()
{
    if (document.supportSearchForm.supportSearch.value == 'enter your model.')
    {   
        document.supportSearchForm.supportSearch.value = '';
    }
}