<!--
function opensluit(optie,optie_arr)
{
	identity     = top.content.document.getElementById(optie);
	identity_arr = top.content.document.getElementById(optie_arr);

	if (optie_arr.substring(0,2) == 'nl')
			{
	  		uparr = "img/arup_nl.gif";
	  		dnarr = "img/ardwn_nl.gif";
	  		}
	else if (optie_arr.substring(0,2) == 'be')
			{
	  		uparr = "img/arup_be.gif";
	  		dnarr = "img/ardwn_be.gif";
	  		}
	else if (optie_arr.substring(0,2) == 'du')
			{
	  		uparr = "img/arup_du.gif";
	  		dnarr = "img/ardwn_du.gif";
	  		}
	else if (optie_arr.substring(0,2) == 'in')
			{
	  		uparr = "img/arup_in.gif";
	  		dnarr = "img/ardwn_in.gif";
	  		}

	if (identity.className=='groot')
		{
		identity.className='klein';
		identity_arr.src =dnarr;
		}
	   else {
	   	identity.className='groot';
	   	identity_arr.src =uparr;
	   	}
}

document.write('<meta http-equiv="Page-Exit" content="blendTrans(Duration=0.5)">');


function toon_kaart(gem)
{
url1='<iframe width="425" height="350" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="http://maps.google.nl/maps?f=q&amp;hl=nl&amp;geocode=&amp;';
url2='iwloc=addr&amp;source=embed" style="color:#000077;text-align:left; font-family:verdana; font-size:11px;" target="_blank">Grotere kaart weergeven</a></small>';

switch(gem){
case 'aaenhunze' : krt='q=aa+en+hunze&amp;ie=UTF8&amp;ll=53.075878,6.815643&amp;spn=0.391769,0.913239&amp;z=10&amp;iwloc=addr&amp;output=embed&amp;s=AARTsJoPH90a_lTOzYtAIcM35dyCo9658Q"></iframe><br /><small><a href="http://maps.google.nl/maps?f=q&amp;hl=nl&amp;geocode=&amp;q=aa+en+hunze&amp;ie=UTF8&amp;ll=53.075878,6.815643&amp;spn=0.391769,0.913239&amp;z=10&amp;';
break;
case 'aalburg'   : krt='q=aalburg&amp;ie=UTF8&amp;ll=51.800972,5.165634&amp;spn=0.201459,0.456619&amp;z=11&amp;iwloc=addr&amp;output=embed&amp;s=AARTsJpwa1-WkrCWfOWhgGjsIsDmPvKltA"></iframe><br /><small><a href="http://maps.google.nl/maps?f=q&amp;hl=nl&amp;geocode=&amp;q=aalburg&amp;ie=UTF8&amp;ll=51.800972,5.165634&amp;spn=0.201459,0.456619&amp;z=11&amp;';
break;
}

info=window.open('','_blank','width=455,height=380');
info.document.clear();
info.document.open();
info.document.write("<html><head><title>Kaart</title></head><body bgcolor=#ffffe1 color=#000000><center>"+url1+krt+url2+"</body></html>");
info.document.close();
}

//-->