var fDesc=new Array(); fDesc[0] = "This is the simpler of the two methods but does require an external SD Flash Memory Card and the ability to copy files to the SD card via a built in SD Flash slot in your computer or an external Flash Memory Card reader. You will find both, SD Flash Memory Cards and SD Flash Memory Card Readers in our on-line store. The SD Card does not need to be empty but does need 32 MB free storage space."; 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 = ''; } }