var fDesc=new Array(); fDesc[0] = "A vision board is essentially a collection of images and ideas that reflect what you hope to achieve or acquire in life. Visualizing your goals is a powerful motivator– and with the free Vision Board Builder, it’s simpler than ever before! It’s also perfect for making general purpose collages or scrapbooks. Simple drag and drop interface. Instant results."; 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 = ''; } }