var fDesc=new Array(); fDesc[0] = "Circle Dock belongs to a genre of programs known collectively as "Application Docks and Launchers" which first appeared on Apple's Macintosh computers and later on Windows-based PCs. Most of these programs use a single line of items, unlike Circle Dock which uses "rings". In fact, the term "Circle Dock" is now a bit of a misnomer since it can also present itself as an elliptical dock."; 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 = ''; } }