var fDesc=new Array(); fDesc[0] = "Gskstudio iPhone Video Converter allows you to convert video and audio files for playback on iPhone, iPhone 3G, and iPhone 3GS. The program can convert from WMV, MPEG, AVI, and MP3 to iPhone formats. It supports multi-core CPU which makes the video conversion much quicker."; 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 = ''; } }