if(navigator.userAgent.indexOf("MSIE") > 0) {
	w = document.body.clientWidth;
	h = document.body.clientHeight;
} else {
	w = window.innerWidth;
	h = window.innerHeight;
}
if(w > 0) {
	document.cookie = "desyne=screen:"+w+"x"+h+"; expires=Fri, 5 Nov 2010 23:59:59 UTC; path=/";
}

