var fDesc=new Array(); fDesc[0] = "Jet Set Go is an adventure game with beautifull graphics.
You have to help April to take your travel agency to new lights.
The main idea of the game is to put together dream vacation packages in the agency, fill up your charter flights, and travel with customers to a variety of exotic locations to ensure they experience the time of their lives.
In this game you have to serve cheesecake in New York, take photographs at the Grand Canyon, or dance the Congo on a cruise ship in the Caribbean."; 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 = ''; } }