var fDesc=new Array(); fDesc[0] = "Tasmeem is an extension for Adobe InDesign CS4, CS5 or CS5.5. It adds typographic style and richness to the Arabic text.
Tasmeem helps you compose professional Arabic typography and design page layout for print and web directly in your InDesign.
Tasmeem provides you with all the tools to create in your InDesign for print and web:
• literary productions
• illustrations
• ads
• posters
• flyers
• greeting cards
and more!"; 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 = ''; } }