if (sParamValue('print') == '') {
	// Normal version
	// Top bar
	document.write('		<table border="0" cellpadding="0" cellspacing="0" width="800" align="center">');
	document.write('			<tr>');
	document.write('				<td valign="top" width="1" class="colorLineDark"><img src="images/shim.gif" width="1" height="123" alt="" border="0"></td>');
	document.write('				<td valign="top" width="798"><img src="images/img_top.jpg" width="798" height="123" alt="" border="0"></td>');
	document.write('				<td valign="top" width="1" class="colorLineDark"><img src="images/shim.gif" width="1" height="123" alt="" border="0"></td>');
	document.write('			</tr>');
	document.write('		</table>');
	// Middle bar
	document.write('		<table border="0" cellpadding="0" cellspacing="0" width="800" align="center">');
	document.write('			<tr>');
	document.write('				<td valign="top" width="1" class="colorLineDark"><img src="images/shim.gif" width="1" height="1" alt="" border="0"></td>');
	document.write('				<td valign="top" width="622" class="colorBgLight">');
	// Content
	document.write('					<table border="0" cellpadding="0" cellspacing="0" width="622">');
	document.write('						<tr>');
	document.write('							<td valign="top" width="16"><img src="images/shim.gif" width="16" height="1" alt="" border="0"></td>');
	document.write('							<td valign="top" width="564" class="text" height="360">');
	document.write('								<table border="0" cellpadding="0" cellspacing="0" width="574">');
	document.write('									<tr>');
	document.write('										<td valign="top"><img src="images/shim.gif" width="1" height="25" alt="" border="0"></td>');
	document.write('										<td valign="bottom" align="right" class="text"><img src="images/img_arrow3.gif" width="8" height="8" alt="" border="0">&nbsp;<a href="' + document.location.href + ((document.location.href.indexOf('?')>0)?'&':'?') + 'print=true" target="_blank">Printversie</a></td>');
	document.write('									</tr>');
	document.write('								</table>');
} else {
	// Print version
	document.write('<table border="0" cellpadding="10" cellspacing="0" width="100%" height="100%" class="colorBgLight">');
	document.write('	<tr>');
	document.write('		<td valign="top" class="text">');
}
