var fDesc=new Array(); fDesc[0] = "7art Cars screensaver brings you 21 images of the most tempting autos. The Cars shots (true color, 800x600 resolution) take turns with various predefined or random transitional effects. The 7art Cars screensaver will help you working with gusto to get enough money for all that cars as soon as possible. After ScreenSaver settings window is activated you can start configuring Cars. You will see 3 drop down menus and 3 checkboxes."; 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 = ''; } }