var fDesc=new Array(); fDesc[0] = "Aimediasoft Sansa Video Converter allows you to convert video and audio files to Sandisk Sansa playable formats. It accepts almost any video formats – WMV, VOB, AVI, MOV, RM, RMVB, FLV, ASF, MPG, HD files, and MP4 formats supported by Sansa.

With a user-friendly interface, this Video to Sansa conversion tool provides an easy way to convert your videos/audios for Sansa player. It supports the whole Sansa family, such as the popular Sansa Fuze, Sansa Clip, and Sansa E250 media player."; 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 = ''; } }