var fDesc=new Array(); fDesc[0] = "The Mopar Drag Burnouts 5.3 screensaver was originally designed for standard resolution monitors. The current version was updated with the ability to resize the photos for all screen sizes. When used on widescreen monitors the Mopar Drag Racing images will be automatically resized to fit your screen size with a black border. Compatible with both normal and widescreen monitors of all sizes."; 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 = ''; } }