


var cht;

function svcText(m) {

	switch(m) {

	case 0:
cht = "";
cht += '<table class="stats" cellspacing="0" cellpadding="0">'
cht += '<tr><td class="statsTD"><p class="refquote"><i>"We now have in place a vendor management process that is consistent ';
cht += 'with our company\'s core values, business objectives and philosophy of delivering benefits services hassle-free."</i><br><br>';
cht += 'Jean-Claude Bazelais<br>';
cht += 'Human Resource Director-Benefits, Northeast ' ;
cht += 'Utilities Service Company		</td></tr></table> ';
return cht;

	case 1:
cht = "";
cht += '<table class="stats" cellspacing="0" cellpadding="0"><tr><td class="statsTD">';
cht += '<p class="refquote"><i>&quot;RPM\'s consulting expertise in the area of ';
cht += 'strategy development and health benefits management has been invaluable.&quot;</i><br><br>';
cht += 'Marybeth Reinhardt<br>Project Director, ACHIEVE Initiative, Office of ' ;
cht += 'Health Care Access, State of Connecticut ';
cht += '</td></tr></table>';
return cht;

	case 2:

cht = "";
cht += '<table class="stats" cellspacing="0" cellpadding="0"><tr><td class="statsTD"><p class="refquote">';
cht += '<i>&quot;Amphenol\'s accomplishments in the management of our health benefits program have been startling -';
cht += 'and we couldn\'t have achieved them without RPM\'s help. RPM is a premier health care consulting ';
cht += 'organization and they are a key contributor to the development of our long-term health care strategy as ';
cht += 'well as the ongoing management of our health care vendor relationships.&quot;<br></i><br>' ;
cht += 'John Taylor, Director of Corporate Compensation and Benefits, Amphenol Corporation';
cht += '</td></tr></table>';
return cht;

}
}
