var fDesc=new Array(); fDesc[0] = "An HTML and CSS color and template tool allowing the user to create, compare, input and select from the screen, their choice of HTML colors. Includes options for creating an entire page template using color, background image and font selections. Allows comparison of different color/font combinations, with several different choices for inputting or creating color values and font selection. Allows exporting of both HTML body or CSS style tags."; 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 = ''; } }