var fDesc=new Array(); fDesc[0] = "Modern Tile Maker is a free application for Windows 8 that will allow you to create modern or Metro style tiles for files, folders, desktop programs, web links, and more. When you create a shortcut of any folder or program on the start screen, it takes on the default form. But using Modern Tile Maker, the tile actually appears like a Metro UI tile – similar to how the Metro apps tiles look."; 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 = ''; } }