var fDesc=new Array(); fDesc[0] = "The Paper Pilots Screensaver is a cute 3D screensaver that runs on Windows, OS X and Linux. You can create up to 20 different screen configurations, choosing various combinations of airplanes, balloons and scenery.

Watch the planes perform stunts like barrel rolls and loops in skies filled with crêpe paper clouds. All movements are based on true physical laws which is why the motion looks so realistic."; 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 = ''; } }