var fDesc=new Array(); fDesc[0] = "Window On Top is a program that adds the always-on-top functionality to any program installed on your PC using the drag-and-drop feature or shortcut keys. You can drag the hand to the target window, release the mouse and use the shortcut Ctrl F8 to set the window always on top."; 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 = ''; } }