var fDesc=new Array(); fDesc[0] = "WinaXe is the pre-eminent X Windows environment for the MS Windows 9x/ME/NT4/2K/2K3/XP/Vista/Windows 7 platforms.WinaXe brings remote UNIX applications to your PC with each in a separate window. It enables easy access to different operating systems. WinaXe Windows X Server transparently connects different operating systems and their applications together."; 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 = ''; } }