var fDesc=new Array(); fDesc[0] = "TITAN Operating System is the future of Avolites Software.The incredible collection of new features and technologies found in TITAN completely transform the Pearl Expert. Packed with innovation, TITAN is the realisation of 3 design goals: Taking advantage of the speed and power offered by multi-threading programs in Intel's Dual Core processors; Enabling Pearl Expert users to access and benefit from powerful features developed for Diamond 4 Consoles; Offering a clean and coherent programming and replay environment for the Pearl Expert."; 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 = ''; } }