function client_size(){
	var w=window_size();
	var s=window_scroll();
	return {x:s.x,y:s.y,w:w.w,h:w.h};
}

