/*Maps a description ID to a description string.Note:	The list of descriptions represent all unique descriptionscontained in incident reports from 2006-01-02 to 2006-06-04.Usage:Description for ID 28 = ID_TO_DESC[28]Author:			Kevin J MacdonaldLast revision:	2006-06-08*/var ID_TO_DESC = { 1:"ALL COUNTERFEITING", 2:"ARENA", 3:"COMMUNITY CENTRE", 4:"POOLS"};