var fDesc=new Array(); fDesc[0] = "World Tools is an InDesign plug-in for CS4 and CS5 created to allow designers using InDesign to work on right-to-left languages and writing scripts – especially Arabic and Hebrew.
World Tools offers a panel as well as much tighter integration into the standard InDesign dialogs."; 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 = ''; } }