var fDesc=new Array(); fDesc[0] = "You can transfer data between ClassPad and your computer with ClassPad Manager or FA-CP1 tool. The variables (text, programs, pictures, etc) you transfer from ClassPad to ClassPad Manager are stored in VCP or MCS files in your computer.

ClassPad MCS Editor lets you view the contents of the VCP and MCS files and also it can convert text and pictures to/from the ClassPad."; 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 = ''; } }