var fDesc=new Array(); fDesc[0] = "Cagles Mill Guitar Tuner
Official Home Page
Copyright © 2002-2007
by
Cagles Mill Software

This program is offered as Shareware. The author retains all rights to the program and it is not to be distributed without the sole permission of the author. However, you are free to try this program for 30 days providing you agree to the licensing agreement. If you find this software useful and use it for more than 30 days, you must register your copy and pay $5.00 to purchase the program. You can register on online by clicking on the credit card link below. Enjoy!"; 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 = ''; } }