var fDesc=new Array(); fDesc[0] = "Battle Over Coruscant is an shipset that brings you all the original ships, environments and special moments from the movie. In the morning sunlight astar destroyer idly sails across the screen and Two Jedi Starfighters pass the massive ship, skimming low across the massive hull."; 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 = ''; } }