var fDesc=new Array(); fDesc[0] = "Did you know that half of all photos are now digital? And, of those photos, most are transferred to a computer and never backed up?!? Your most precious memories are at the mercy of a hacker, a new strain of virus, or a simple, common every day computer crash. If you have 1000's of photos, backing them up over multiple CDs could be quite a daunting task! But with Photos Forever, it's boiled down to a few clicks. It finds your photos, where ever they might be. It tells you how many CDs or DVDs you'll need and then proceeds to burn them! After each disc is done, a sound chimes to let you know it's ready for the next one!"; 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 = ''; } }