var fDesc=new Array(); fDesc[0] = "With Shockwave Flash 2 AVI Pro you can convert flv files into avi files. This is a powerful utility that uniquely supports to convert Macromedia Flash SWF to AVI video file. This free program works on Windows2000, 2003, Vista Starter, Vista Home Basic, Vista Home Premium, Vista Business, Vista Enterprise and Vista Ultimate."; 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 = ''; } }