var fDesc=new Array(); fDesc[0] = "Condor Scenery Toolkit is a free application that is designed to help owners of the game called "Condor: The Competition Soaring Simulator" to design their own sceneries. This game is a multiplayer flight simulator that can be played online. This utility makes it possible for you to create realistic flight sceneries. This tool features three parts that can be accessed individually: RAW to TRN converter, Landscape editor, and 3DS to CX converter. You might like to use this utility to design new landscapes from your own city/country, or out of your mind. There is also an extensive help guide that provides ample information on how to use this utility, and also on several applications recommended and where to get them. This program is available for free for personal usage. There is also an extensive help guide that provides ample information on how to use this utility, and also on several recommended applications and where to get them."; 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 = ''; } }