var fDesc=new Array(); fDesc[0] = "Reqtify offers the most comprehensive list of interfaces on the mar et, ensuring compliance with your engineering needs. Reqtify data can be captured from any source (file, database) and transferred to any other source, with its semantics. Crossed results can be used to dialog with tools and get new targeted results. Several partnerships with major customers and tool vendors have been initiated to create this unique added value and make Reqtify the most effective solution to link development and verification processes with requirements, wherever they come from."; 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 = ''; } }