var fDesc=new Array();
fDesc[0] = "Capture those first few weeks of daffodils, new born lambs and sunshine with the lovely Blustery Spring Digikit - it's just gorgeous! The Blustery Spring Digikit contains the following: 40 embellishments, 7 background papers, 8 intelligent photo frames
5 material papers, complete themed alphabet, including upper and lower case letters and standard punctuation marks, 4 customisable layouts, 2 brushes.
The Blustery Spring Digikit can be downloaded for use in Digital Scrapbook Artist, or as a ZIP file containing images that can be used in any program. You will receive both on checkout and can then choose your preferred format.";
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 = '';
}
}