var fDesc=new Array(); fDesc[0] = "By leveraging the native rotation capabilities now provided by ATI, nVidia, Intel, Matrox, S3, XGI and others, iRotate offers exceptional speed and efficiency, with minimal impact on scarce system resources - the entire iRotate package, including installation, documentation, and native language support in all the major European and Asian languages, weighs in at only 125kb. And like all EnTech graphics utilities, iRotate supports multiple graphics cards from various vendors, simultaneously, under every multi-monitor enabled operating system from Windows 98 to Vista."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }