var fDesc=new Array(); fDesc[0] = "Autosaviour is an Adobe Illustrator addon that automatically backs up your files at specified intervals. Autosaviour has its own panel, complete with ‘last save’ and ‘next save’ countdown clock, as well as additional preferences for you to customise your workflow. Delayed saves and failed attempts are highlighted red, grabbing your attention and prompting you to take action. This download version is compatible with Adobe Illustrator CS6-CC."; 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 = ''; } }