	var scr_w = screen.availWidth;
	var scr_h = screen.availHeight;
	var table_w = 970;
	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 > 970)
	{
		if(bw.ie6||bw.ie5||bw.ie4)
		{
			ruimte = ((browseWidth - table_w)/2) + 185;
		}
		else
			ruimte = ((browseWidth - table_w)/2) + 182;
	}
	else
		ruimte = 185;
