
function findLivePageHeight() {return window.innerHeight != null? window.innerHeight: document.body.clientHeight != null? document.body.clientHeight:null;}
function findLivePageWidth() {return window.innerWidth != null? window.innerWidth: document.body.clientWidth != null? document.body.clientWidth:null;}



