var fDesc=new Array(); fDesc[0] = "After months of development and research our team (Kipesoft) has created Magic Dock, For those who know about the bubble task bar in Apple's computer, Mac OS. It looks cool and all but some users out there wants to have this feature on their windows computer without having to do allot of effort in setting it up or hassles into changing it into something they like. Well that's what we made. Something basic, Simple, Beautiful, Yet powerful. We would like to present to you. Magic Dock, A Free software that brings a little piece of mac into windows. You can customize it however you want and it comes with thousands of mac style icons so you can change each icon into one that you like."; 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 = ''; } }