var fDesc=new Array(); fDesc[0] = "Xilisoft Xbox Converter allows you to convert your regular PC video files (AVI, MPEG, WMV, MOV, MP4, RM, RMVB, DivX, ASF, VOB, 3GP, FLV) to Xbox/Xbox 360 video, as well as convert them to MP3, WMA and WAV music with high conversion speed. Xilisoft Xbox Converter allows you to customize detailed parameters like bit rate, sample rate, channels, video quality, aspect ratio to improve video quality for better playback with Xbox."; 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 = ''; } }