function load(xval,yval,zval) {
      if (GBrowserIsCompatible()) {
    //    $('samap').display = "block";
        //&('nosamap').display = "none"; 
        zval2 = zval       //parseInt(zval) 
        var samap = new GMap2(document.getElementById("samap"));
        samap.addControl(new GSmallMapControl());
        samap.addControl(new GMapTypeControl(true));
        //samap.addControl(new GOverviewMapControl());
        samap.setCenter(new GLatLng(yval, xval), zval2);
        //samap.setCenter(new GLatLng(37.4419, -122.1419), 13);
      }
    }	
	function MM_OPENBRWINDOW(theURL,winName,features) { //v2.0
		winpop=window.open(theURL,winName,features);
  		winpop.focus()
	}

	//alert('City and Suburb selection cleared!');

	function MM_openBrWindow(theURL,winName,features) { //v2.0
		winpop=window.open(theURL,winName,features);
  		winpop.focus()
	}

	//alert('City and Suburb selection cleared!');