var fDesc=new Array(); fDesc[0] = "EPE Index provides a full index of all constructional projects published in Everyday Practical Electronics magazine. This is available as stand-alone application, an MS Access database and an Excel spreadsheet. The stand-alone version includes the database file and can be used without having Access installed, and allows you to search for projects by description or date."; 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 = ''; } }