var fDesc=new Array(); fDesc[0] = "Coin Mate is an advanced coin collecting software for managing your coin collection, wish lists, selling lists etc. The program is using automatic import of information from Colnect’s free online database, which saves you a lot of time you would normally spend for manually entering information."; 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 = ''; } }