var fDesc=new Array(); fDesc[0] = "The Downtown Memphis Blues Screensaver for Windows 95, 98, NT 4.0, Me, 2000, and XP. Be cool with photos of downtown Memphis, including the thriving blues-filled Beale Street, sundown on the mighty Mississippi, horse-drawn carriages, the downtown skyline, and more. 20 full-color photos [1024 x 768 resolution] move on and off your screen via transition animations. 4 tunes play in the background. Easy-to-use installation program included"; 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 = ''; } }