var fDesc=new Array(); fDesc[0] = "INFOsearch The Communicator's Companion. Need a story to make your point? Choose from a great collection of anecdotes and heart-warming stories all indexed by topic and Scripture. Keeps you up to date without doing the reading! They had read over 60 Christian and secular magazines for you. Locate a statistic, trend, news or contemporary quote in seconds. Wake up your audience with humor that won't make you blush! Create a memorable link to a passage or a sermon so they can take it with them during the week."; 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 = ''; } }