var fDesc=new Array(); fDesc[0] = "The free Fireworks Over Capitol 3D Screensaver features a special place to enjoy the 4th of July fireworks - Capitol Hill! The fireworks display over Capitol Hill is sure to put you in the mood for the 4th of July celebrations. Enjoy the 5 beautiful, patriotic full length CD quality piano tunes while watching this amazing free patriotic 4th of July screen saver from Scenic Reflections. You can also optionally add your own music tracks to help customize the screensaver even further."; 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 = ''; } }