// JavaScript Document
var hoogte=bereken_vensterhoogte();
if(""+hoogte+""<639){
	document.writeln('<style type="text/css">')
	document.writeln('#deuk{')
	document.writeln('margin-top: 0px;')
	document.writeln('top: 0px;')	
	document.writeln('}')
	document.writeln('</style>')
	}
var breedte=bereken_vensterbreedte();
if(""+breedte+""<901){
	document.writeln('<style type="text/css">')
	document.writeln('#deuk{')
	document.writeln('margin-left: 0px;')
	document.writeln('left: 0px;')	
	document.writeln('}')
	document.writeln('</style>')
	}	
function herladen(){document.location.href=self.location};
onresize=function(){herladen()}