var fDesc=new Array(); fDesc[0] = "Metal Detecting Software Journal for your computer allows you to save important details of all your metal detecting adventures. Reports, printing, maps and much more. The program works with Windows 2000, XP, Vista and 7 and requires a screen resolution of 800 x 600 or higher. Print record information, picture thumbnails (sizes up to 3") and items found information. You'll also be able to export the information to a Word Document, a rich text file or a PDF file. his powerful feature allows you to generate reports based on your search selections. For example, you may want a report that show all items found since the beginning of the year, or coins found in your hometown searches or show locations where you have found mercury dimes. Lots of powerful searches and reports are now available. Once the report is generated you can then print it, save it or export it to a Word document, a rich text file or a pdf file."; 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 = ''; } }