var fDesc=new Array(); fDesc[0] = "FeyRecorder is a multi-purpose audio tool able to carry out various sound tasks including: conversion from CD, tapes, DVDs, live concerts, TV sounds, online radio, video games and any other sound sources into audio files that can be easily saved on the hard drive. The abilities of the program go even further by integrating text-to-speech conversion with natural voices which enables you to listen to your text documents at any time."; 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 = ''; } }