if (document.body.scrollWidth > document.body.offsetWidth) ...;
if (document.body.scrollWidth > document.body.offsetWidth){ alert('yo!!!'); }