// JavaScript Document
function showEdit(id,id2) {
	if (document.getElementById(id).style.display=="none")
		document.getElementById(id).style.display="";
	else
		document.getElementById(id).style.display="none";
	if (document.getElementById(id2).style.display=="")
		document.getElementById(id2).style.display="none";
	else
		document.getElementById(id2).style.display="";
}
function vindLocatie () {
	vind.document.location.href="vindLocatie.php";
}
function openMail(url) {
	winNew=window.open(url,'newWindow','width=450,height=450,scrollbars=no')
}
