var fDesc=new Array(); fDesc[0] = "System Integrator SIX 2013 is a complete estimation, system design and project management solution that scales to fit the needs of your business. SIX can help you increase revenues as well as reduce time and costs associated with the installation and integration of Audio Visual, energy, home automation, security and IT networking systems."; 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 = ''; } }