var fDesc=new Array(); fDesc[0] = "This is a fun mouse utility with 5 features that give your Windows experience a big kick. Peep Show lets you punch holes in any window in Windows giving you easy access (i.e. for drag and drop) to the window behind it! Other features include easy document scrolling (ideal for the web), turning any applications main menu into a pop-up menu, and more! Fun and useful freeware utility, worth a try."; 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 = ''; } }