
function setres()
{

document.cookie = "res=" + screen.width + "x" + screen.height;


}
