var fDesc=new Array(); fDesc[0] = "2Publish+ brings you a whole host of new exciting publishing opportunities such as leaflets, posters, certificates, comic strips, coins, money, stamps, postcards and picture tables. If you already have the hugely popular 2Publish (from the Infant Video Toolkit) you'll be pleased to know that with 2Publish+ we’ve built more on to your favourite border, newspaper and card screens too."; 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 = ''; } }