var fDesc=new Array();
fDesc[0] = "A versatile kit that works well with old photos and heirlooms thanks to its combination of browns, metallics, greens and blues.
The My Keepsake Digikit contains the following:
* 33 Embellishments
* 5 Background Papers
* 7 Intelligent Photo Frames
* 4 Material Papers
* Complete themed alphabet, including upper and lower case letters and standard punctuation marks.
* 9 Customisable Layouts
* 3 Brushes
* All graphics in this digikit are created at high quality 300dpi.";
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 = '';
}
}