// JavaScript Document
function screenTest(){
	if (screen.width < 1024 || screen.height < 768) {
		location.href= '/web/index/screen-resolution-error';
	}		
}
