var fDesc=new Array(); fDesc[0] = "The Buckaroo Watchboard is a desktop program that delivers all your BuckGuru.com purchased products directly to your desktop.

Main Features:

- It keeps everything nice and organized for you so when you need to go back and find a product you purchased days or weeks (or months or years) ago you won’t have to search all over your hard drive.
- When you purchase a BuckGuru.com product it will automatically appear in your Watchboard."; 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 = ''; } }