function resizeOuterTo(w,h) {
 if (parseInt(navigator.appVersion)>3) {
   if (navigator.appName=="Netscape") {
    top.outerWidth=w;
    top.outerHeight=h;
   }
   else top.resizeTo(w,h);
 }
}

function clearText(thefield) {
  if (thefield.defaultValue==thefield.value)
    thefield.value = ""
}


    function load() {
      if (GBrowserIsCompatible()) {
        var map = new GMap2(document.getElementById("map"));
		map.addControl(new GSmallMapControl());
        map.setCenter(new GLatLng(50.8145310741016, 0.3247404098510742), 12);
		map.addOverlay(new GMarker(new GLatLng(50.8145310741016, 0.3247404098510742)));
      }
    }

function clearText(thefield) {
  if (thefield.defaultValue==thefield.value)
    thefield.value = ""
}
