JavaScript - Force select element to dropdown?
You can't open the drop down, but you can do something like this:
document.getElementById('MiamiPlayers').setAttribute('size', 3);
See http://jsfiddle.net/MdCBB/
See Display DropDown options on Focus