var fDesc=new Array(); fDesc[0] = "Google It! is a simple, unobtrusive widget used to search the content of your clipboard automatically on Google. It's a snap to setup and works on Windows 7, Vista and XP running .NET Framework 4.0.

To use Google It!, copy any text from any program, the Google It! widget will appear, click on it, it will then automatically search the content of the clipboard on Google."; 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 = ''; } }