var fDesc=new Array(); fDesc[0] = "Cache Builder can be used to create a Custom Cache file from a set of Fixture Personality files for use in an Azure/Pearl/Sapphire 2000 either as a built in Cache File or as a disk loadable aps.cmp file. CacheBuilder is easy as possible to use, you should have a basic understanding of copying files and renaming them within Windows."; 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 = ''; } }