var fDesc=new Array();
fDesc[0] = "Designed with romance in mind this gorgeous free kit is perfect for showing someone that you love them this Valentines Day.
It is designed with love and romance in mind , perfect for Valentines cards.
DaisyTrail Valentine's Day 2011 Digikit contains the following:
- 98 embellishments
- 11 background papers
- 3 intelligent photo frames
- 4 material papers
- Complete themed alphabet, including upper and lower case letters and standard punctuation marks.
- 15 customisable layouts
- 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 = '';
}
}