<!--
var screenW = window.screen.width;
var screenH = window.screen.height;
if (screenW<1024 && screenH<768){
	window.location.replace('size-error.htm');
}
-->
