<!-- 

    //<![CDATA[

   function load() {
     if (GBrowserIsCompatible()) {
        var map = new GMap2(document.getElementById("map"));
		 var point = new GLatLng(Number(lat1), Number(lng1)); 
       map.addControl(new GLargeMapControl());         
        map.addControl(new GMapTypeControl());
        map.setCenter(point, 13, G_HYBRID_MAP);
		map.addControl(new GScaleControl());
		map.addControl(new GOverviewMapControl(new GSize(150,100))); 
        var marker = new GMarker(point);
        map.addOverlay(marker);
	
     }
   }

   //]]>

// Er zijn hier hierin 3 mogelijkheden:
// A) G_NORMAL_MAP - de standaardkaart (als je geen variabele meegeeft, is dit de standaardkaart)
// B) G_SATELLITE_MAP - de satellietkaart
// C) G_HYBRID_MAP - de hybride kaart

var sorry="Downloaden is niet toegestaan"

var deel1="renepeter";
var deel2="vanderkrogt.net?subject=Standbeelden en Gedenktekens";


function click(e) {
if (document.all) {
if (event.button == 2) {
alert(sorry);
return false;
}
}
if(document.layers) {
if (e.which == 3) {
alert(sorry);
return false;
}
}
}
if (document.layers) {
document.captureEvents
(Event.MOUSEDOWN);
}
document.onmousedown=click;

function Navigeer(lijst) {
  var Geselecteerd = lijst.selectedIndex
  // als de bovenste optie geselecteerd is niets doen
  if (Geselecteerd != 0) {
    window.location = lijst.options[Geselecteerd].value;
  }
}

// JK Pop up image viewer script- By JavaScriptKit.com
// Visit JavaScript Kit (http://javascriptkit.com)
// for free JavaScript tutorials and scripts
// This notice must stay intact for use

var popbackground="white" //specify backcolor or background image for pop window
var windowtitle="Foto René & Peter van der Krogt"  //pop window title

function detectexist(obj){
return (typeof obj !="undefined")
}

function jkpopimage(imgpath, popwidth, popheight, textdescription){

function getpos(){
leftpos=(detectexist(window.screenLeft))? screenLeft+document.body.clientWidth/2-popwidth/2 : detectexist(window.screenX)? screenX+innerWidth/2-popwidth/2 : 0
// toppos=(detectexist(window.screenTop))? screenTop+document.body.clientHeight/2-popheight/2 : detectexist(window.screenY)? screenY+innerHeight/2-popheight/2 : 0
toppos=0
if (window.opera){
leftpos-=screenLeft
toppos-=screenTop
}
}

getpos()
var winattributes='width='+popwidth+',height='+popheight+',resizable=no,left='+leftpos+',top='+toppos
var bodyattribute=(popbackground.indexOf(".")!=-1)? 'background="'+popbackground+'"' : 'bgcolor="'+popbackground+'"'
if (typeof jkpopwin=="undefined" || jkpopwin.closed)
jkpopwin=window.open("","",winattributes)
else{
//getpos() //uncomment these 2 lines if you wish subsequent popups to be centered too
//jkpopwin.moveTo(leftpos, toppos)
jkpopwin.resizeTo(popwidth, popheight+30)
}
jkpopwin.document.open()
jkpopwin.document.write('<html><title>'+windowtitle+'</title><SCRIPT type=\"text\/javascript\" src=\"jslib/open\.js\"><\/script><body '+bodyattribute+'><img src=\"combi\/'+imgpath+'" galleryimg=no style="margin-bottom: 0.5em"><br>'+textdescription+'</body></html>')
jkpopwin.document.close()
jkpopwin.focus()
}

// jkpopwin.document.open()
// jkpopwin.document.write('<html><head><title>'+windowtitle+'</title><SCRIPT
// type=\"text\/javascript\" src=\"lib\/open2\.js\"><\/script></head><body '+bodyattribute+'><img
//  src="'+imgpath+'" style="margin-bottom: 0.5em"><br>'+textdescription+'</body></html>')
// jkpopwin.document.close()



// -->
