function minwidth(){ if(document.all){ availW = document.body.clientWidth; }else{ availW = innerWidth; } if(availW < 750 && !document.getElementById("blog-wrap")){ document.getElementById("rightC").style.top = '195px'; document.getElementById("rightC").style.left = '610px'; document.getElementById("C").style.width = '430px'; document.getElementById("C").style.margin = '195px 201px 0 120px'; }else{ return false; } } /* old values: availW-700, rightC-560*/ function minwidthS(){ if(document.all){ availW = document.body.clientWidth; }else{ availW = innerWidth; } if(availW < 840){ document.getElementById("subs").style.left = '690px'; document.getElementById("subs2").style.left = '783px'; document.getElementById("search").style.left = '500px'; document.getElementById("logo").style.width = '875px'; document.getElementById("horiz").style.width = '875px'; document.getElementById("rightS").style.left = '700px'; document.getElementById("S").style.width = '565px'; document.getElementById("S").style.margin = '195px 0 0 120px'; }else{ return false; } } /* old values: availW-700, rightC-560*/