var fDesc=new Array(); fDesc[0] = "CianoDock is a useful, PIE style dock application which makes managing your files, games, applications and accessories a much easier feat.

You can create, modify or delete groups. Also you can change the position of the group.

To change the icon of the group, just use drag and drop."; 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 = ''; } }