var fDesc=new Array(); fDesc[0] = "Here's a great way for your whole family to view photos on TV. Microsoft TV Photo Viewer makes it simple to create albums from digital photos on your PC, save them on a floppy disk, and view them on a TV in the comfort of your living room. Kick back with the remote control and share your albums on the big screen ? they look great! With TV Photo Viewer, you can make your family the star of the show."; 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 = ''; } }