var fDesc=new Array(); fDesc[0] = "From the wide range of Grasso compressors an easy selection can be made with the aid of the documentation and Grasso' s compressor selection program, Comsel, covering the complete reciprocating and screw compressor range.
The program offers a quick and accurate selection of the optimum reciprocating and/or screw compressor based on the required refrigeration capacity and the operating conditions.
After entering all design conditions, both reciprocating and screw compressors and packaged units will be selected after which a clear comparison will lead to the optimal choice.
In addition, one can select standard accessories, such as oil separators and interstage coolers."; 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 = ''; } }