var fDesc=new Array(); fDesc[0] = "Setup CD-ROM Viewer is multi CAB files viewer which is specialized for extracting files. For Microsoft OS and applications, files to setup are stored in separated CAB archive files in CD-ROM. However, it is inconvenient to use usual archive programs when you want to see file list stored in setup CD-ROM, or want to get specific single file in your mind from setup CD-ROM since you have to open each CAB archive file to collect infromation. You can do them with ease by Setup CD-ROM Viewer."; 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 = ''; } }