<?xml version="1.0"?>
<div id="{id}" class="layerPopUp fullHeightPopUp">
	<div class="popupShadow"></div>
	<div class="popupCanvas">
		<div class="popupContent" style="width:{width}px">
			<a href="#title" id="closeLayerPopupButton" class="closeLayerPopUp">Sluit venster</a>
			<h1>Uw mening over deze achtergrondtekst</h1>
			<iframe class="autoSizeIframe" src="{url}" width="{width}" height="{height}" frameborder="no" scrolling="auto" name="{id}frame" id="{id}frame"></iframe>
			<div class="hr"><hr/></div>
		</div>
	</div>
</div>
