var fDesc=new Array(); fDesc[0] = "AI Viewer Tool is a specialized solution for viewing damaged Adobe Illustrator AI files and recovering data from them. It features: ultra-fast analysis of *.ai files of any size and structure, detailed logging of each recovery session, step-by-step wizard that shows users how to view corrupted AI files after all kinds of incidents, lightweight and ergonomic interface, 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 = ''; } }