public static array
(mixed $name, mixed $id, mixed $active, mixed $nouser = 0, mixed $javascript = NULL, mixed $order = 'name', mixed $reg = 1, mixed $returnArray = 0)
Method to display multiple select box
Parameters
- string  $name  Name (id, name parameters)
 - array  $active  Array of items which will be selected
 - int  $nouser  Select no user
 - string  $javascript  Add javascript to the select box
 - string  $order  Ordering of items
 - int  $reg  Only registered users
 
Returns