var fDesc=new Array(); fDesc[0] = "FacetWin is the ideal connectivity solution for Windows to UNIX and Linux integration. FacetWin includes world-class terminal emulation and complete UNIX file and print services. FacetWin is the all-in-one Windows to UNIX/Linux software integration solution, but is priced like a single feature product. Check out the features below to see that FacetWin offers significant improvements over conventional terminal emulation, telnet
and ftp."; 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 = ''; } }