var fDesc=new Array(); fDesc[0] = "The Princess Diana Tribute Screen Saver captures the cherished images of the great lady, from her emergence in the publics eye with her engagement to Prince Charles through the fairy tale wedding of the century and the births of her sons, and then through the following years in the unique balance of her public functions and the private life in raising her children. This screen saver also features an original musical soundtrack recorded just for this special screen saver."; 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 = ''; } }