function onBodyResize() {
	var wwidth=(window.innerWidth)?window.innerWidth: 
		((document.all)?document.body.offsetWidth:null); 
	$('#scroll_fix').css('width', wwidth-17); 
}
