var fDesc=new Array(); fDesc[0] = "Snowflake Winter is an addon for My Memories suite software. This addon is distributed freely and can be used with the software which handles these addon. You can create, modify and publish your work using this high quality resources. For optimal use you need My memories software which can be acquired from the same place."; 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 = ''; } }