var the_cookie = "users_resolution="+ screen.width +"x"+ screen.height;
/* qui e' possibile settare altre variabili nel cookie */
document.cookie=the_cookie;
