var fDesc=new Array(); fDesc[0] = "The Ford Mustang is an automobile manufactured by the Ford Motor Company.The Mustang created the "pony car" class of American automobiles—sports car-like coupes with long hoods and short rear decks. It also inspired coupés such as the Toyota Celica and Ford Capri. This is a screensaver presenting the 2005 model."; 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 = ''; } }