var fDesc=new Array(); fDesc[0] = "With the help of KML Color Converter you can pick and mix colors and get the respective codes in 7 systems: KML, RGB, VB, HTM, CMY, CMYK and HSL. You can also adjust the transparency of the resulted color. When you want to change the chosen color, all you have to do is increase/decrease the intensity of the RGB colors by means of the correspondent up/down arrows."; 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 = ''; } }