
//
//  set paths for this deployment of the system for use in javascript

var DocPaths = new Array();

DocPaths['DocRoot']     = "/";
DocPaths['PageRoot']    = "/";
DocPaths['AppRoot']     = "/";
DocPaths['WebCommon']   = "/webcommon/";
DocPaths['GoogleMaps']  = "/webcommon/google_maps/";
DocPaths['MapNav']      = "/webcommon/mapnav/";
DocPaths['WebSvc']      = "/webcommon/websvc/";
DocPaths['Data']        = "/data/";
DocPaths['MapData']     = "/data/maps/";
DocPaths['ProjectData'] = "/data/projects/";
DocPaths['StoryData']   = "/data/stories/";
DocPaths['RegionData']  = "/data/regions/";


