function browser_bench() {
	if (mac)  {
		mv_max_down = 20;
		mv_max_up = -12;
	} else {
		mv_max_down = 15;
		mv_max_up = -7;
	}
}
