var fDesc=new Array(); fDesc[0] = "Collector Notepad has all the features that every collector needs – you will be able to leave notes on each of your collectables, organize the collection in a way that is most comfortable for you. Collector Notepad lets you enter the most important information – the date of the acquirement, the name of it and the description."; 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 = ''; } }