Your Internet Explorer version is not compatible with our shopping cart system. Please use version 9 or higher to avoid problems with your order(s). Close
You should be able to use the callPhone function to do this. Set the selectListMenu On Change event to Run Javascript and use the code below:
//make call (assuming the phone number is the "value" of the list item and not the "label")
phoneui.callPhone($('select[name="selectListMenu1"] :selected').val());