var fDesc=new Array(); fDesc[0] = "This application enables Windows 7 shortcuts on Windows XP and Windows Vista. It's a tiny no-nonsense app that just works very easy. Keys Implemented Win + Left/Right (dock active application to the left/right side), Win + Up (maximize active application), Win + Down (minimize active application)."; 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 = ''; } }