var fDesc=new Array(); fDesc[0] = "The QuickServe DVD | Power Generation Edition provides a DVD-based mobile solution for parts and service content for generator sets manufactured by Cummins Power Generation.

Currently, information is available for generator sets manufactured in Fridley, MN, USA; Kent, United Kingdom, and Singapore. Information from Brazil and China is planned to be included in an upcoming release once it has been included on QuickServe Online.

The DVD provides the same functionality as QuickServe Online to search for information. The primary search is driven by the selection of the build plant and the product model (as well as the spec level if applicable to the product model)."; 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 = ''; } }