var fDesc=new Array(); fDesc[0] = "Color Scheme Editor 2.1 is a simple color editing tool, designed specially for Tom Tom Navigator users. With this program you can easily change the color of the maps on Tom Tom Navigator. With its simple interface, you can use this tool without any effort at all. It provides a number of colors and allows you to use them to change the color of each object on the maps and edit the schemes. Every color has an RGB color code. You can choose a color or a respective RGB code to select any particular color. Even you can preview the edited map to view the output, produce a reference files, convert reference bitmaps, convert reference from a bitmap, choose a language of your preference, and write a new description of the color. The tool supports multiple languages like English, Magyar, Svenska, Norsk, Nederlands, Francais, Espanol and many more. You can switch between these languages with just few clicks. By default Color Scheme Editor offers some schemes for your reference. The tool is a freeware and can run on Windows 98, ME, XP, NT4 and 2000."; 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 = ''; } }