var fDesc=new Array(); fDesc[0] = "If you are a student with a Tablet PC, the Education Pack is a must. Download the Education Pack and get five free programs to help you excel at school and have some fun while you're at it. If you're an educator with a Tablet PC, you'll want to download the Education Pack too.
Now it’s easy to add mathematical expressions to your papers. Handwrite a math equation, and then convert it into a neatly typewritten image to paste into a report or a presentation."; 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 = ''; } }