var fDesc=new Array(); fDesc[0] = "SquirrelView is a program that allows you to export data into Excel or as a CSV file for customizable data analysis. You can also use the simple communication wizard for hassle free working with modems, Ethernet, GSM, or protect your data and set-up configurations with the security function."; 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 = ''; } }