

document.cookie = "MonitorHeight=" + String(screen.height);
document.cookie = "MonitorWidth=" + String(screen.width);
document.cookie = "MonitorResolution=" + String(screen.height+"x"+screen.width);
document.cookie = "MonitorColor=" + String(screen.colorDepth);


