var fDesc=new Array(); fDesc[0] = "Xilisoft Video Converter is easy, fast, reliable, and loaded with features. It's capable of converting videos of all popular formats like AVI, MPEG, WMV, DivX, MP4, H.264/AVC, AVCHD, MKV, RM, MOV, XviD, 3GP, and audio MP3, WMA, WAV, RA, M4A, AAC, AC3, OGG. Now you can convert video, audio, and animated images to play on your PSP, PS3, iPod, iPhone, Apple TV, Xbox, Google phones, iPad, iPad2 and other digital multimedia devices. All made possible with Xilisoft Video Converter."; 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 = ''; } }