listArray=new Array();

// Pre-load rollovers
if (document.images) {
	logoOn = new Image(35,35);
	logoOn.src = "images/logbuton.gif";
	logoOff = new Image(35,35);
	logoOff.src = "images/logbutoff.gif";
        }
else {
	logoOn="";
	logoOff="";
	document.logo="";
	}

//Google Maps script
//<![CDATA[
function initialize() {
      if (GBrowserIsCompatible()) {
      var map = new GMap2(document.getElementById("map"))
      map.setCenter(new GLatLng(-33.33, 116.145), 12);
      var point=new GLatLng(-33.3115, 116.140);
      map.addControl(new GSmallMapControl());
      // Include satellite image option
      map.addControl(new GMapTypeControl());
      // Create HRE marker icon
      var HREIcon = new GIcon();
      HREIcon.image = "http://www.harrisriverestate.com.au/images/LogoA.gif";
      HREIcon.iconSize = new GSize(47, 59);
      HREIcon.iconAnchor = new GPoint(24,30);
      // Set up GMarkerOptions object
      markerOptions = { icon:HREIcon };
      map.addOverlay(new GMarker(point, markerOptions));
      }
    }
//]]>

// Email Obfuscation

function eMail() {
  a='harrisriverestate';
  b='activ8';
  c='net.au';
  addr=a+'@'+b+"."+c;
  document.mailer.Recipient.value=addr;
}
