var fDesc=new Array(); fDesc[0] = "ArcMate Suite is the basic architecture that will consolidate all of NVSSoft's products into a single environment that uses a common set of basic services that that we call ArcMate Foundation. Intra and extra system communication is handled by ArcMate Broker, an advanced middleware system that unifies and simplifies moving data, messages and objects between all of NVSSoft flagship products as well as any third party system"; 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 = ''; } }