x = screen.width;
y = screen.height;
yy = 302;
executaRolagem = true;
posicaoMaxima = 0;
pY = "";

if ((x == 640) && (y == 480)) {
	xx = 37;
}
else {
	if ((x == 800) && (y == 600)) {
		xx = 42;
	}
	else {
		if ((x == 1024) && (y == 768)) {
			xx = 154;
		}
		else {
			if ((x == 1152) && (y == 864)) {
				xx = 218;
			}
			else {
				if (x == 1280) {
					xx = 282;
				}
				else {
					if (x == 1600) {
						xx = 442;
					}	
				}
			}
		}
	}
}