if (top == self){
var fs =
'<frameset cols="182,*" frameborder=no border=0 framespacing=0 framepadding=0 rows="*"> '+
'<frame src="http://www.combinatiemauritz.nl/vorm/vormleft.html" name="left" scrolling="no">'+
'<frame src="" name="right">'+
'</frameset>';
document.write(fs);
frames['right'].location.href = self.location.href;
}
