function winWidth() {
   return document.body.clientWidth;
}

function winHeight() {
   return document.body.clientHeight;
}
