var fDesc=new Array(); fDesc[0] = "The main purpose of the Smart Sniffer is to record data between PC and Device connected to COM/USB/LPT port Fast and Simple. SmartSniffer records on all 32bit current Windowses. Works with virtual machines and remote desktops. Data Record and Data Analyze are separeted stages. You can spend as much as you need time on analyze. Smart Viewer is going to became powerfull research station “all in 1″ – it may export data, calculate hashes, access devices, emulate devices based on log and much more."; 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 = ''; } }