var fDesc=new Array(); fDesc[0] = "WoodWing’s award-winning Smart Styles plugin for Adobe InDesign puts powerful automatic formatting capabilities at your fingertips.
First, define your Smart Style. This is as simple as dragging a formatted page item into a Smart Styles library. Smart Styles will analyze the formatting of the object, determining repeating patterns of style changes, and stores it. To apply the complex formatting to another page item, simply drag-and-drop from the library onto the object(s) and you're done!"; 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 = ''; } }