var fDesc=new Array(); fDesc[0] = "Do you still dot practice letters for your students by hand? Wouldn't you rather type your practice sheets and then print them on your computer printer? Primary Tablet prints whatever you type in your choice of primary tablet formats, with or without ruled lines, solid or dotted lettering, and with or without directional arrows or color coded starting dots and arrows!

Primary Tablet includes three tablet line styles: no lines, standard primary tablet lines without underline, and standard primary tablet lines with underline. Select one tablet line style for all worksheets, or select a different style for each student. When you include primary tablet lines, use the default line colors or define new colors for each line (top, middle, base, and underline) to suit your needs."; 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 = ''; } }