function getObj(strId) {
	return document.getElementById(strId);
}
function trim(str) {
 var s = str.replace(/^(\s)*/, '');
 s = s.replace(/(\s)*$/, '');
 return s;
}
document.cookie = "screen_width=" + screen.width; 
document.cookie = "screen_height=" + screen.height; 