// JavaScript Document
window.onload = function() {
    $(document).ready(function() {
        $('#locationselect').sSelect({ ddMaxHeight: '350px' });
    });
};
