var fDesc=new Array(); fDesc[0] = "Communicate: In Print 2 is a desktop publishing program for creating symbol-supported resources for printing. It is an excellent tool for anyone wanting to make accessible materials for their school, home, business or community. In Print is supplied with the full Widgit Symbol Set, which has been developed to support access to information. The symbols, along with the powerful features and freedom of layout of desktop publishing, help to create materials that have a professional look, whilst being completely accessible."; 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 = ''; } }