var fDesc=new Array(); fDesc[0] = "Open Office Draw File Repair is an application to rebuild corrupted ODG files which are corrupt or damage due various reason such as virus attack, software crash, improper shutdown, power failure etc. This program contains intelligently designed graphical interface for technical and non-technical users. Anyone can use this program without requiring any technical knowledge and can perform repair of corrupt ODG file in just few clicks and key strokes."; 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 = ''; } }