function popup(imgsrc)
{							
	var showimg = window.open("", "foto", "toolbar=no, location=no, menubar=no, scrollbars=no, status=no, top=10, left=10, width=100, height=100");
	showimg.focus();
	showimg.document.writeln("<html><head><title>Origineel</title>");
	showimg.document.writeln("<script>function resize(){window.resizeTo(document.images[0].width, document.images[0].height + 50)}</sc"+"ript>");
	showimg.document.writeln("</head><body style=\"margin: 0px; cursor: pointer; overflow: hidden\" onload=\"resize()\">");
	showimg.document.writeln("<img src=\"upload_images/" + imgsrc + "\" onclick=\"window.close()\" title=\"Klik om venster te sluiten.\">");
	showimg.document.writeln("</body></html>");
	showimg.document.close();		
		
	return false;
}

function showkalender(fld)
{
	kalendar = window.open("kalender.php?fld="+ fld, "calendar", "scrollbars=no, status=no, width=480, height=300");
	kalendar.focus();
	
	return false;
}

function openwindow(url)
{
	window.open(url);
	return false;
}