var fDesc=new Array(); fDesc[0] = "Jitterbit Cloud Data Loader is a program that enables you to connect to over 250 on-premise, cloud and social-mobile applications. It brings you a visual workflow that allows you to chain operations and automate processes, real-time triggers to synchronize your applications when data changes and management tools such as error-handling and alerts."; 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 = ''; } }