var fDesc=new Array(); fDesc[0] = "NetApp eGenerator lets you create customer-tailored Service Briefs swiftly for the solution being sold. You will select the solution being sold along with the add-on service components and the eGenerator application will insert the firm fixed priced service offerings with the correct scope, exclusions and deliverables, based on customers’ specific business requirements. The result is increased speed of implementation and customer satisfaction, and a consistent and repeatable service implementation process."; 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 = ''; } }