private static TreeMap<String, Showreel[]> categories = null;
public static TreeMap<String, Showreel[]> getCategories(
HttpServletRequest request) throws StorageServletException, IOException {
IFile[] files;
Showreel showreel;
//InternalShowreel internalShowreel;
HtmlShowreel htmlShowreel;
//IFile f;
ArrayList<Showreel> showreels;
int i;