var isMobile = /iPad|iPhone|iPod/.test(navigator.userAgent) && !window.MSStream;
(function() { var oldOnLoad = window.onload; window.onload = function(ev) {
if(isMobile){ document.getElementById('desktop').style.cssText = 'width: 1px!important; min-width: 100%!important; *width: 100%!important;'; document.getElementById('desktop').setAttribute("scrolling", "no"); } if(oldOnLoad){oldOnLoad(ev)} } })()