Another way to make “Open Link in a NEW Window” the default is to edit the line:
from:
<option value="_blank">
to:
<option value="_blank" selected="selected">
So “_blank” now becomes the SELECTED default for the drop down list. Same as what aar0on said, only without changing the order of the options.