var fDesc=new Array(); fDesc[0] = "This 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. This application creates subsets of personality files from the files available, making patching faster and easier."; 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 = ''; } }