var fDesc=new Array(); fDesc[0] = "Enterra Icon Keeper utility is a tool to save and restore icon positions on the Desktop. Changing monitor resolution from large to small and back, which is performed by programs running in full-screen mode, causes icon positions on the desktop to disarrange. To restore the initial position may become a burden especially in cases when the number of icons is large. Enterra Icon Keeper is a proven solution to this issue."; 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 = ''; } }