var fDesc=new Array(); fDesc[0] = "The Ultimate Communicator is a tool used for many applications but should only be downloaded if directed by an Ultimate Software staff member.

Almost all applications will need a separate license and application file supplied by Ultimate. These files are primarily used as a part of an application like Smoke Signal, OnTime4Class or a custom software program developed for our customers and dealers."; 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 = ''; } }