var privLevel = 100;

var locId = '-1';

var locCategories = new Array();

locCategories[13] = new Array();
locCategories[13][0] = 'Classrooms';		//name
locCategories[13][1] = false;		//highlight by default
locCategories[13][2] = '050';		//hex color
locCategories[13][3] = true;		//visible by default
locCategories[13][4] = 1;		//what kind of point is it?
pointiconon_13 = new Image();		//precache the on icon
pointiconon_13.src = 'http://map.umt.edu/resources/imx/map/classroom.on.png';
locCategories[13][5] = pointiconon_13;		//the selected point icon
pointiconoff_13 = new Image();		//precache the off icon
pointiconoff_13.src = 'http://map.umt.edu/resources/imx/map/classroom.off.png';
locCategories[13][6] = pointiconoff_13;		//default point icon

