var fDesc=new Array(); fDesc[0] = "Repair AI file Free enables you to repair Adobe Illustrator files. It allows even inexperienced users to easily repair AI files. The step-by-step wizard style interface allows you to use damaged illustrator file repair tools with ease. The initial step to repair the affected AI file is to select the correct corrupted file by typing the files full path and the full file name in the middle field of the repair file Illustrator program window."; 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 = ''; } }