var fDesc=new Array(); fDesc[0] = "Geeksnerds Linux Recovery software recovers your lost and corrupted data from Linux partition, EXT2, EXT3 and EXT4 file systems volume and any storage media that supports Linux. This software utilizes latest and advanced scanning algorithms to search and find the lost data from Ext2, Ext3 and Ext4 volumes of Linux operating system. Data loss is a critical situation that can waste the efforts of years with your professional and personal records."; 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 = ''; } }