function clearDefault( controlID, $defaultValue )
{
    if ($(controlID).value == $defaultValue) $(controlID).value = '';        
}
