var fDesc=new Array(); fDesc[0] = "Focus MP3 Recorder Splitter has been improved to be an ideal sound recorder. Besides enjoying its excellent features in recording, the users can complete format converting, audio splitting and merging with great convenience. The hotkey and schedule settings make it possible to handle auto start/stop of recording. With the hotkeys, users can even record during playing games, watching online video or enjoying music. The schedules can be set as many as you like. With the burner, you can burn your own audio CD that can be playback on PC&Home CD player. Also support MP3 CD and WMA CD. New Version added Audio CD Burner, burn audio CD and MP3/WMA CD."; 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 = ''; } }