var fDesc=new Array(); fDesc[0] = "This file will update Black Canyon City FootPrints to correct an error encountered by some users of the GPS function.

This is an update installer only, it will not install the full FootPrint application.

- Right click and download the update installer for Black Canyon City GPS below.
- Right click and choose open or double click the installer from where you saved it and run it."; 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 = ''; } }