var fDesc=new Array(); fDesc[0] = "Factory Deluxe offers the ultimate collection of 6,500 exclusive templates as well as 75,000 beautiful graphics and 6,000 photorealistic embellishments sure to capture the excitement of any occasion. You'll also be able to create spectacular CD Photo Scrapbooks you can watch on TV, and as an added bonus, personalized photo calendars!"; 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 = ''; } }