function detail(i, pagina) {
	document.getElementById("detail").style.display = 'block';
	document.getElementById("myMap").style.display = 'none';
	window ['klant_id'] = i;
	detail_inhoud(pagina);
	actief(i);
}

window ['knop_detail'] = '';

function detail_inhoud(pagina) {
	if (knop_detail != '') {
		knop_detail.style.background = '#eaeaea';
		knop_detail.style.borderBottomColor = '#000000';
	}
	var obj = document.getElementById(pagina);
	window ['knop_detail'] = obj;
	obj.style.background = '#ffffff';
	obj.style.borderBottomColor = '#ffffff';
	laad('id='+detail_id[klant_id]+'&toegang=', pagina.toLowerCase(), 'inhoud_detail', 0)
//	toLowerCase();
//	alert(detail_id[klant_id]);
}

function kaart() {
	document.getElementById("detail").style.display = 'none';
	document.getElementById("myMap").style.display = 'block';
	if (document.getElementById(actief_id)) {
		document.getElementById(actief_id).style.background = '#ffffff';
	}
	window ['actief_id'] = '';
}

function informatie_box() {
	if (document.getElementById("informatie_box1")) {
		document.getElementById("informatie_box1").style.width = document.getElementById("inhoud_detail").clientWidth-42+"px";
	}
	if (document.getElementById("informatie_box2")) {
		document.getElementById("informatie_box2").style.width = document.getElementById("inhoud_detail").clientWidth-42+"px";
	}
	if (document.getElementById("informatie_box3")) {
		document.getElementById("informatie_box3").style.width = document.getElementById("inhoud_detail").clientWidth-42+"px";
	}
	if (document.getElementById("informatie_box4")) {
		document.getElementById("informatie_box4").style.width = document.getElementById("inhoud_detail").clientWidth-42+"px";
	}
	if (document.getElementById("informatie_box5")) {
		document.getElementById("informatie_box5").style.width = document.getElementById("inhoud_detail").clientWidth-42+"px";
	}
}

function informatie_map() {
	if (document.getElementById("informatie_map")) {
/*		if (navigator.appName.indexOf("Microsoft") != -1) {
			document.getElementById("informatie_map").style.top = document.getElementById("informatie_planner_anwb").offsetTop + 40 + 'px';
		} else {
			document.getElementById("informatie_map").style.top = document.getElementById("informatie_planner_anwb").offsetTop + 'px';
		}
		
		document.getElementById("informatie_map").style.left = document.getElementById("informatie_planner_anwb").offsetLeft + 310 +'px';*/
		var height_anwb = document.getElementById('informatie_planner_anwb').clientHeight;
		var height_9292 = document.getElementById('informatie_planner_9292').clientHeight;
		document.getElementById('informatie_map').style.height = height_anwb + height_9292 + 12 +'px';
		document.getElementById('informatie_map').style.width = document.getElementById('inhoud_detail').clientWidth-352+'px';
	}
}
