		// setup the security keys for webservices accessed
		//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="6A51FF3AF5DB50-22B-99999999";
		  numapsKey="DE4CEC35-RA56-DBD3-B19EA1200B8AAA56";
		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://viewer.numaps.com.au/";
		applicationBase = applicationRoot;
		ajaxProxyPath = applicationRoot + "cf/proxycall.cfm";
		
		sldLocations = "http://viewer.numaps.com.au/";	// local 
		sldLoc = 'http://ws.numaps.com.au/nuserv.cfm?';

		njsResourceDir = "inc/"
		njsSldDir = njsResourceDir + "sld/" 
	
		areaFillBase = "http://viewer.numaps.com.au/images/symbol_images/";
		
		reportsRequest = ajaxProxyPath + "?url=" + numapsService[0].replace('?','&');     

