var fDesc=new Array(); fDesc[0] = "Timeline charts, project gant charts and chronologies - Timeline Maker Pro has it all in one easy to use timeline software. Create, use and share the timeline visuals you need to give insight to your project plan, investigation, business report or presentation. Whether you are a newbie timeline creator or a pro, save time and effort with Timeline Maker Pro and find out why it is used by investigators, project planners and researchers in over 80 countries."; 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 = ''; } }