	var scr_w = screen.availWidth;
	var scr_h = screen.availHeight;
	var table_w = 955;
	var ruimte;


	var browseWidth, browseHeight;

	browseWidth=window.outerWidth;
	browseHeight=window.outerHeight;
	

	if (document.layers){
		//document.layers['divSearch'].right = 30;
		browseWidth=window.outerWidth;
		browseHeight=window.outerHeight;
	}
	if (document.all){
		browseWidth=document.body.clientWidth;
		browseHeight=document.body.clientHeight;
	}

	if(browseWidth > 955)
	{
		if(bw.ie6||bw.ie5||bw.ie4)
		{
			ruimte = ((browseWidth - table_w)/2) + 16;
		}
		else
			ruimte = ((browseWidth - table_w)/2) + 11;
	}
	else
		ruimte = 16;
