// setup the security keys for webservices accessed
		var googleKey="ABQIAAAAu8-Dxh62xZIsOUPNnCLsAxRWwAd3TUg8Hg4MpdZ-iXYsoqSHihQ_XIb8LZcuk9rCtsSdhW6CBdU70w";
		document.write("<script src='http://maps.google.com/maps?file=api&amp;v=2&amp;key=" + googleKey + "' type='text/javascript'></script>");
		
		//numapsKey="7C51DCE3-996A-C10K-E8D351FF3AF5DA50"; // this is the access key on Web1 production server
		//numapsKey="7C51DCE3-996A-E20A-E8D351FF3AF5DA40";
		//numapsKey="MASHUPDEMONSTRATORKEY-BDS3-9687-90000"; // this is the access key on Web1 production server
		numapsKey="6A51FF3AF5DB50-22B-99999999";
		

	
		document.write("<script language='javascript' src='http://ws.numaps.com.au/nuserv.cfm?request=getSessionJS&k="+numapsKey+"'></script>");
		
		numapsService =["http://ws.numaps.com.au/nuserv.cfm?"];
		meshBlocksBase = "http://ws.numaps.com.au/nuserv.cfm?";

		akaBase = meshBlocksBase;
		
		applicationRoot = "http://demos.numaps.com.au/";
		applicationBase = applicationRoot;
		
		sldLocations = "http://ws.numaps.com.au/";	// local 
		sldLoc = 'http://ws.numaps.com.au/nuserv.cfm?';

		njsResourceDir = "inc/"
		njsSldDir = njsResourceDir + "sld/" 
	
		areaFillBase = "http://demos.numaps.com.au/images/symbol_images/";
		uploadPath = "inc/uploads/";		
		errorPath = "uploads/errors/";
		overlayPath = "inc/useroverlays/";

