var fDesc=new Array(); fDesc[0] = "This kit has been lovingly hand painted to capture the charm of winter. It includes simply delightful fairy illustrations and papers to suit a crisp winter's morning.
The kit contains: 38 digital embellishments, 7 digital backgrounds,10 digital materials, 4 digital frames, 2 digital brushes. All graphics in this digikit are created at high quality 300 dpi."; 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 = ''; } }