jQuery(function($){
  $('#sel_month').jQselectable({
    style : "simple",
    height : 150,
    callback : function(){
      if($(this).val().length>0) window.location = $(this).val();
    }
  });
});
