var fDesc=new Array(); fDesc[0] = "Jimco Software POWERpack is a collection of the most popular add-ins in a new format. With POWERpack, you can always ensure that you have the most recent version of the most popular add-ins because it includes the ability automatically keep you up to date.
POWERpack will check for updates every 15 days when you log into your computer. If an update is available, you'll be notified right away and our updater will automatically download the update and install it. Making sure that you have the latest version of Jimco Software's FrontPage add-ins has never been 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 = ''; } }