var fDesc=new Array(); fDesc[0] = "ltra Hal Assistant is your digital secretary and companion. He (or she depending on your character preference) can help you be more organized, he can help you use your computer, and he can entertain you. Ultra Hal has many animated characters to choose from and he speaks to you through your sound card with his own voice! You can also speak to Hal with Hal's speech recognition engine, or you can type to him if you wish. All you need to know in order to use Ultra Hal is to speak English! Ultra Hal can understand natural English language, after all he is an artificial intelligence program. Read on to find out how Ultra Hal Assistant can help you."; 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 = ''; } }