var fDesc=new Array(); fDesc[0] = "Chameleon Clock is a desktop clock which purpose is to be useful, user-friendly, and beautiful. It is where the power of both features and interface is combined with simplicity.

Check how Chameleon Clock makes a standard Windows tray clock a tiny piece of art by using Winamp skins and bitmap digits. Several skins are included in the distribution as examples; and you can download more from numerous places on the Internet."; 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 = ''; } }