var fDesc=new Array();
fDesc[0] = "Aimediasoft Walkman Video Converter allows Sony Walkman users to convert almost any video formats into Walkman MPEG-4 and AVC for playing on Walkman players, like Sony Walkman Bean, Walkman Fitness, Walkman Buzz, and more.
You can preview the source and edited video and compare the before and after files for further adjustment. It also offers flexible editing methods, allowing you to customizing the output settings, getting video clips, and cropping the video play region.";
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 = '';
}
}