if (screen.width <= '800')
	window.location='index_800_600.html';
else
	window.location='index_1024.html';
