var fDesc=new Array(); fDesc[0] = "Strategic Bridges will improve clarity, unity and focus around the boardroom table and lead to a motivated workforce who will understand more about your future objectives for each key account. Strategic Bridges has been designed to get a customer's strategic plan on to one page. Create up to 10 strategies and 100 projects."; 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 = ''; } }