<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
	<head>
		<title>Lorem ipsum dolor sit amet</title>
		<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
		<meta http-equiv="Content-Language" content="en-GB" />
		<link rel="stylesheet" href="../styles/markup.css" type="text/css" media="all" />
	</head>
	<body>
		<div id="{id}" class="layerPopUp">			<div class="popupShadow"></div>			<div class="popupCanvas">				<div class="popupContent">					<a href="#title" class="closeLayerPopUp">Close layer</a>					<iframe class="autoSizeIframe" src="{url}" width="{width}" height="{height}" frameborder="no" scrolling="no" name="{id}Frame" id="{id}Frame"></iframe>				</div>			</div>		</div>
	</body>
</html>
