var fDesc=new Array();
fDesc[0] = "Need4 Video Converter is the most complete MPEG, DVD, FLV, MP4, AVI converter moving personal and non-copyrighted videos between all popular formats!
Find the complete list of supported video formats below. Split and merge video files. Extract audio.
Convert unprotected video and DVD movies using ready-made presets for various devices: iPod, iPad, iPhone (iPhone 4 included), PSP, BlackBerry, Zune, Archos, Creative ZEN, PDA, cell phones - Nokia, Samsung, LG and Sony Ericsson, HTC, Motorola, PlayStation 3, Xbox 360, NEW! Tablets, Android phones, Windows Phone 7, Sony Ericsson Xperia X10 and many other devices.";
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 = '';
}
}