fires before item selection has started
| id | id | the id of an item | 
| selection | boolean | returns the selection status | 
| boolean | returning false will prevent selecting of an item | 
some.attachEvent("onBeforeSelect", function(id, selection){
  // ... some code here ...
  return true;
});