var fDesc=new Array();
fDesc[0] = "EzParts provides up to two times the functionality with licensing fees that are 50% less than competitors when compared to products with similar feature sets. Systems Online STC is offering a limited time price guarantee for new customers when they switch from a competitor's like product to EzParts with a 3 year contract.
The actual discount offered is based on the historical license fees actually paid for the competitor's product by the new customer. Additionally, EzParts represents a major leap forward in electronic Parts Catalog technology with up to 50% cost savings on maintenance and data updates when perfomed in house or outsourced.";
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 = '';
}
}