/* UPDATED 01-19-06 zmcghee */ function minwidth(){ if(document.all){ availW = document.body.clientWidth; }else{ availW = innerWidth; } if(availW < 750){ document.getElementById("rightC").style.top = '195px'; document.getElementById("rightC").style.left = '610px'; document.getElementById("C").style.width = '430px'; document.getElementById("C").style.margin = '195px 0 0 120px'; }else{ return false; } } function minwidthS(){ if(document.all){ /* IE will count the width of any iframe wider than itself */ /* Hide all iframes, then get width, then show them again */ iframes = document.getElementsByTagName('iframe'); for(i=0;i