var fDesc=new Array(); fDesc[0] = "This is a very simple program. All total about 20 lines of code. But with all the files that Visual Basic needs, the Zip file is 1.45 Meg!
It will prompt you the first time for the comport that you have for the Rotor-EZ. Any comport between 1 and 8 is supported. But the port does have to exist or you will get any error."; 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 = ''; } }