Database Dropdown - Modify first line

Add a Calculation control to a script, with this javascript query...

var el = getCSObject([Database Dropdown]);
if (el.txtupdated == null)
{
  el.options[0].text = 'Please Choose';
  el.txtupdated = true;
}