// JavaScript Document

var res;
if ((screen.width >=1024) && (screen.height>=768))
{
	res = "high";
}
else
{
	res = "low";
}
