var fDesc=new Array(); fDesc[0] = "AVCWare iPhone Magic Platinum helps iPhone users to manage iPhone content roundly: transfer iPhone apps/contents between iPhone and PC, copy iPhone music, movies and playlists to iTunes library, convert any multimedia files, CDs and DVDs to iPhone supported formats and transfer them to devices at your convenience. You can also create your own ringtones from any video/audio file, download and convert favorite online videos for iPhone and especially make iPhone a portable hard disc."; 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 = ''; } }