var fDesc=new Array(); fDesc[0] = "WinyCam Winner is a program for the WINYCAM vehicle drive recorder. Winycam has a cool feature for automatic file repair and notification system in case of failure in error repair. The program automatically detects and warns about disc fragmentation to prevent slowness and operates in normal condition without errors."; 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 = ''; } }