	var vergroting = function (theImage, first) {
		var admin = false

//		if (first != true) {
//		} else {
			try {
				if (top.AdminMode && top.AdminMode() ) {
					admin = true
				}
			} catch (e) {}
		//}

		if(theImage)
			if (theImage.parentElement) {
				if (admin) {
//					var parent = theImage.parentElement.parentElement.parentElement.parentElement;
//					if (parent.hasChildNodes())
//						if (parent.children.length>0)
//							if (parent.children[1].hasChildNodes())
//								var theTD = parent.children[0].children[1].children[0];
				} else {
					var parent = theImage.parentElement.parentElement.parentElement;
					if (parent.hasChildNodes())
						if (parent.children.length>0)
							var theTD = parent.children[0].children[1]
				}
				if (parent)
					if (theTD)
						if (theTD.children [0]) {
							if (admin) {
								theTD.innerHTML='[vergroting...]';
								theTD.style.border='1px black solid';
								theTD.style.fontFamily='verdana';
								theTD.style.fontSize='11px';
								theTD.style.height='350px';
								theTD.style.width='250px';
								theTD.style.marginBottom='10px';
								theTD.style.padding='5px';
							} else {
								theTD.children [0].onload = '';
								theTD.children [0].src = theImage.src;
								theTD.children [0].style.border = 'white solid 1px';
							}
						}
			}
	}

	function toon_afbeelding_(afbeelding){ afbeelding.src='/images/not_available2.gif' }

	function _popup(image) {
		popup('/popupimage2.php?image='+image.src);
		return;
	}


