var fDesc=new Array(); fDesc[0] = "DaisyTrail Zoo Friends Digikit is a free and fun kit specifically designed for kids birthday parties, baby showers and everything in between. You can use this digikit in order to make beautiful cards, scrapbooks and invitations. It requires the previous installation of the CraftArtist Compact application."; 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 = ''; } }