<!--
	if (top.frames.length<5){
	
		documentLocation = escape(unescape(document.location));
		documentReferrer = escape(unescape(document.referrer));
	
		documentLocation = Vervangen(documentLocation,"http%3A//","");
		documentReferrer = Vervangen(documentReferrer,"http%3A//","");

		top.location.href = 'http://www.CVGKMW.com/index2.html?url=' + documentLocation + '&referrer=' + documentReferrer;
	}

	function Print_TitelKop(strTekst){
		document.write('&nbsp;<BR>');
		document.write('<TABLE WIDTH="615">');
		document.write('<TR>');
		document.write('<TD>');
		document.write('<TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0>');
		document.write('<TR VALIGN="TOP">');
		document.write('<TD WIDTH=75 HEIGHT=67 ROWSPAN=2><IMG SRC="/images/titelbalk/titelbalk_01.jpg" WIDTH=75 HEIGHT=67></TD>');
		document.write('<TD WIDTH=130 HEIGHT=27><IMG SRC="/images/titelbalk/titelbalk_02.jpg" WIDTH=130 HEIGHT=27></TD>');
		document.write('<TD WIDTH=130 HEIGHT=27><IMG SRC="/images/titelbalk/titelbalk_02.jpg" WIDTH=130 HEIGHT=27></TD>');
		document.write('<TD WIDTH=173 HEIGHT=27><IMG SRC="/images/titelbalk/titelbalk_03.jpg" WIDTH=173 HEIGHT=27></TD>');
		document.write('</TR>');
		document.write('<TR>');
		document.write('<TD WIDTH=433 HEIGHT=40 COLSPAN=3 ALIGN="right" VALIGN="TOP"><FONT CLASS="titelkop">' + strTekst + '&nbsp;</TD>');
		document.write('</TR>');
		document.write('</TABLE>');
		document.write('</TD>');
		document.write('</TR>');
		document.write('</TABLE>');
		document.write('&nbsp;<BR>');
		document.write('&nbsp;<BR>');
	}
	
	function Print_SubTitelKop(strTekst){
		document.write('&nbsp;<BR>');
		document.write('&nbsp;<BR>');
		document.write('<TABLE CELLSPACING="0" CELLPADDING="0" WIDTH="100%">');
		document.write('<TR>');
		document.write('<TD COLSPAN="2" VALIGN="TOP" HEIGHT=27 BACKGROUND="/images/titelbalk/titelbalk_02.jpg">&nbsp;&nbsp;<FONT FACE="Verdana" SIZE="3" COLOR="#FFD046"><B>'+strTekst+'</B></FONT></TD>');
		document.write('<TD WIDTH=173 HEIGHT=27><IMG SRC="/images/titelbalk/titelbalk_03.jpg" WIDTH=173 HEIGHT=27></TD>');
		document.write('</TR>');
		document.write('</TABLE>');
		document.write('&nbsp;<BR>');
	}

function Vervangen(string,text,by) {
	var strLength = string.length, txtLength = text.length;
	if ((strLength == 0) || (txtLength == 0)) return string;

	var i = string.indexOf(text);
	if ((!i) && (text != string.substring(0,txtLength))) return string;
	if (i == -1) return string;

	var newstr = string.substring(0,i) + by;

	if (i+txtLength < strLength)
	newstr += Vervangen(string.substring(i+txtLength,strLength),text,by);

	return newstr;
}

function FillUniqueCode(uniqueCode){
	if(document.getElementById("uniquecode") != null){
		document.getElementById("uniquecode").value = uniqueCode;
	}
}

//-->