var fDesc=new Array(); fDesc[0] = "The 3D colour space is a brilliant instrument to get to know the colour theory and colour systematics as well as to understand the strength, the softness and the possibilities of the colour systems in a vivid and fast way. You can also see the rules of colour harmony at a glance or you find out directly gabs and clusters (so the possibilities) of the colour systems."; 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 = ''; } }