var fDesc=new Array(); fDesc[0] = "Autosaviour is a free plug-in for Adobe Illustrator that automatically saves your work at regular intervals, giving you a highly desired safety net. The plug-in also provides a range of essential options, these include: the creation of a backup file of the previous save state, reminder notices instead of saving, waiting for a pause in your workflow to keep things fluid, default behaviour for new documents."; 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 = ''; } }