var fDesc=new Array(); fDesc[0] = "This is a plug-In that provides some Christmas templates and can be additionally downloaded for the Personalised Letters program.
CREATE YOUR VERY OWN personalised Father Christmas (Santa Claus), Tooth Fairy, Easter Bunny and Valentines personalised letters and stop here signs. Enter ANY first name, eg. Laura and this Tooth Fairy, Easter Bunny, Santa Letter software will then generate a PERSONALISED LETTER or STOP HERE SIGN which can then be printed to give to friends, lovers and family as the PERFECT GIFT!"; 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 = ''; } }