var fDesc=new Array(); fDesc[0] = "With this program you can convert both DVD movie and video files to MP4, MOV, H.264, MP3, M4A formats, and transfer files from iPhone to PC. Aiseesoft DVD to iPhone Suite can also convert audio files including MP3, MP2, AAC, AC3, WAV, MID, MIDI, WMA, M4A, RA, RAM to MP3, M4A, AAC audio formats. It works on Windows NT4/2000/2003/XP and Windows Vista, Windows 7."; 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 = ''; } }