var fDesc=new Array(); fDesc[0] = "The JoinitC25 style of joined up handwriting follows on from the CCW Cursive 25 font style. This style has a closed b and p, an f with a front loop, a curvy w, a curly x and a z with no tail.
Also you can make classroom displays and handwriting worksheets in your school's preferred handwriting style."; 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 = ''; } }