var fDesc=new Array(); fDesc[0] = "The GoLogic™ is a compact, powerful logic analyzer that quickly debugs digital electronic designs. The Plug-n-play USB interface is easy to install and transfers the captured data to the PC within seconds. Our intuitive software supports both 32-bit and 64-bit versions of Windows® XP and Vista. Single-screen operation makes simple tests quick and easy while advanced logic analyzer features are available for more complex tests."; 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 = ''; } }