var fDesc=new Array(); fDesc[0] = "Passcape ISO Burner was developed for creating bootable disks from available ISO images. PIB is compatible with the majority of CD/DVD recorders and USB devices, (including Memory Stick, Compact Flash, SmartMedia, Secure Digital, USB flash drives, USB ZIP drives, USB Hard Disk drives, etc.) The application's Spartan interface is ultimate-simple and oriented toward the inexperienced user."; 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 = ''; } }