var fDesc=new Array(); fDesc[0] = "With Stardock Tiles you can easily view and manage your running applications. You can choose your design, edge alignment, bar size and more. You can add shortcuts to a Tiles page by dragging your application onto the bar. You can customize included skins by adding a photo as the background or create your own look using the provided skin builder too."; 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 = ''; } }