var fDesc=new Array(); fDesc[0] = "If planning your wedding has you feeling overwhelmed, The Organized Wedding can help. It makes every part of planning your wedding faster, easier, and less stressful – all the way from planning your budget to leaving on your honeymoon. With so many complicated details to manage, you need something that does more than just store information. You need something to help you stay in control, so that your wedding turns out the way you imagine it, within your budget, without a lot of stress in the process. With The Organized Wedding, you’ve found what you’re looking for"; 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 = ''; } }