var fDesc=new Array(); fDesc[0] = "4Media iPod Max Platinum is a program that allows you to backup iPod music, movies, photos, SMS, contacts and eBooks to PC or iTunes. You can rip home CD/DVD to iPod music/movies and move to the devices directly, convert audio/video files to iPod compatible music/movies in high speed."; 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 = ''; } }