var fDesc=new Array(); fDesc[0] = "RAL DIGITAL is a program for designers, architects, interior designers and all others dealing with colours in a creative and professional way. It lets you navigate around the entire spectrum and range of the RAL colour space. With RAL DIGITAL, it will also be easy for you to quickly find the perfect shade of colour or compile harmonising colour combinations based on many different criteria and specifications."; 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 = ''; } }