<div id="formatter">
Formatter<br/>
<input type="radio" name="idolbl"
- id="idlblid">
+ id="idlblid" checked="checked">
<label for="idlblid">Use automatically generated IDs</label><br/>
<input type="radio" name="idolbl"
- id="idlbllbl" checked="checked">
+ id="idlbllbl">
<label for="idlbllbl">Use user-given labels</label><br/>
<button id="fmt">Get representation</button><br/>
<textarea name="results" id="results" rows="10" cols="50" style="display:none"></textarea>