var fDesc=new Array(); fDesc[0] = "In our fast paced society, there are literally hundreds of ways to traverse the globe at speeds that even Superman would stare at. Jump into the cockpit of an F16 or travel across the plains in a Rally car, the choice is yours. All you have to do is get behind the wheel and let the engine do the rest. Transportation Bonanza is an amazing look at some of the many different modes of transportation. These pictures were selected by users as the best of the best in photography. Transportation Bonanza is a free screensaver created by RateMyScreensaver.com containing 16 high quality photographs."; 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 = ''; } }