var fDesc=new Array(); fDesc[0] = "The UltimaCalc application window is unobtrusive, moveable, and resizeable – giving you the freedom to leave it open all the time on your desktop for ready access. Colors and font sizes are fully customizable, or you can set the UltimaCalc window to be transparent when not in use! It’s out of sight until you need to invoke the full power of UltimaCalc’s computational abilities."; 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 = ''; } }