var mapConfig = {
	"xy": null,	// set map centre point dynamically from map size
  "openLayersProxy": "", //no need for proxy on PPT and Prod
  "wmsUrl":  "/geoserver/wms",
  "AddressBlasterServet": "/addressblaster/AddressFeed",
  "maxExtent": "12611941.709423928, -5359735.6395483585, 17122496.15687658, -1355041.9589458378",
  "initOpacity": 50, // values between 0 and 100
  "projection": "EPSG:900913",
  "coverages": {
    "dual": { // On Street Voice, Data and Video
      "groupLayer": "3G_Dual",
      "description": "3G Dual Band Network",
      "descriptionHelp": "<span class='tiptopright' title='The 3G Dual Band Network is part of the Optus Open Network&trade;<br />and is the network to connect to for 3G services anywhere within<br />the Optus Open Network&trade;'>",
      "layers":  [{
          "layer": "EGMap:DualBand",
          "name": "Voice and Internet access. <b>On Street</b> Coverage&nbsp;*",
          "nameHelp": "<span class='tiptopright1a' title='You can access 3G services using a compatible 3G dual band<br /> device, at locations represented in brown on the map. The <br />coverage shown represents the on street coverage that will<br />keep you connected to the 3G service while out and about<br />on the 3G dual band network'>"
        },
        {
          "layer": "EGMap:DualBandExtAnt",
          "name": "Voice and Internet access. <b>On Street</b> Coverage with <b>External Antenna</b>&nbsp;*",
          "nameHelp": "<span class='tiptopcenter' title='The lighter brown colour may appear in the map view and represents<br />areas of coverage which may be accessed when using an external<br />antenna via a car kit, or attached to your mobile handset or mobile<br />broadband device. With an external antenna you may extend your<br />coverage further, for continued connection to 3G services'>"
        },
        {
          "layer": "EGMap:DualBandFut",
          "name": "Future Coverage&nbsp;*",
          "nameHelp": "<span class='tiptopleft' title='The future coverage represents the continued expansion of <br />the 3G dual band network. Our rollout schedules can change,<br />and we recommend you check the website from time to<br /> time to see when the coverage is live'>"
        }
      ]
    },  
    "threeG": { // On Street Voice, Data and Video
      "groupLayer": "3G_Single",
      "description": "3G Single Band Network",
      "descriptionHelp": "<span class='tiptopright' title='The 3G Single Band Network is part of the Optus Open Network&trade;<br />and provides 3G services to up to 80% of the Australian Population'>",
      "layers":  [
        {
          "layer": "EGMap:3GNetwork",
          "name": "Voice and Internet access. <b>On Street</b> Coverage&nbsp;*",
          "nameHelp": "<span class='tiptopright1a' title='The coverage shown in yellow represents the on-street coverage <br />that will keep you connected to the 3G service while out and about<br />on the 3G single band network. In-building coverage may vary. You<br />can access 3G services using a compatible 3G single band device'>"
        },  
        {
          "layer": "EGMap:2GOnStreet",
          "name": "Voice and SMS <b>On Street</b> Coverage&nbsp;*",
          "nameHelp": "<span class='tiptopcenter' title='The locations shaded in green represent 2G coverage. The 2G network<br />supports 2G devices to make and receive calls and SMS. Data for 2G<br />services is slower than 3G speeds. If you move out of a 3G Single Band<br /> area, your phone will fall back to this network'>"
        },
        {
          "layer": "EGMap:2GCarKit",
          "name": "Voice and Car Kit with <b>External Antenna</b> Coverage&nbsp;*",
          "nameHelp": "<span class='tiptopleft' title='The lighter green colour represents 2G coverage areas which may be<br />accessible when using an external antenna via a car kit or attached<br />to your mobile handset or mobile broadband devices'>"
        }
      ]        
    },
    "twoG": { // Voice and GPRS
      "groupLayer": "2G",
      "description": "2G Network",
      "descriptionHelp": "<span class='tiptopright' title='The coverage shown represents the on street coverage that will keep you<br />connected to the 2G service while out and about on the 2G network. We<br />recommend using a 3G dual band device for access to the wider coverage<br />areas of the 3G dual band network'>",
      "layers":  [
      {
        "layer": "EGMap:2GOnStreet",
        "name": "Voice and SMS <b>On Street</b> Coverage&nbsp;*",
        "nameHelp": "<span class='tiptopright1a' title='The coverage shown in green represents the on street coverage<br />that will keep you connected to the 2G service while out and<br />about on the 2G network. The 2G network supports 2G devices<br />to make and receive calls and SMS. Data for 2G services will be<br />slower than 3G speeds'>"    
      },
      {
        "layer": "EGMap:2GCarKit",
        "name": "Voice and Car Kit with <b>External Antenna</b> Coverage&nbsp;*",
        "nameHelp": "<span class='tiptopcenter' title='The lighter green colour may appear in the map view and shows<br /> areas of coverage which may be accessible when using an antenna,<br />either in-car or attached to your mobile'>"      
      }
      ]
    }
  }
};

var markerMsg = new Array(6);
markerMsg[0] = "At&nbsp;this&nbsp;location,&nbsp;you&nbsp;can&nbsp;get <br />No Coverage "; // on the 3G Dual Band Network
markerMsg[1] = "At&nbsp;this&nbsp;location,&nbsp;you&nbsp;can&nbsp;get <br />Voice and Internet access. On Street Coverage";
markerMsg[2] = "At&nbsp;this&nbsp;location,&nbsp;you&nbsp;can&nbsp;get <br />Voice and Internet access. On Street Coverage<br />with External Antenna";
markerMsg[3] = "At&nbsp;this&nbsp;location,&nbsp;you&nbsp;will&nbsp;get <br />Future Coverage "; // on the 3G Dual Band Network
markerMsg[4] = "At&nbsp;this&nbsp;location,&nbsp;you&nbsp;can&nbsp;get <br />Voice and SMS On Street Coverage";
markerMsg[5] = "At&nbsp;this&nbsp;location,&nbsp;you&nbsp;can&nbsp;get <br />Voice and Car Kit with External <br />Antenna Coverage";

