


var cht;

function fadeText(m) {

	switch(m) {
	
	case 0:
//function showChart1()  {
cht = "";
cht += '<table border="0" width="280" cellspacing="0" cellpadding="0">'
cht += '<tr><td align="center"><p class="chartHead">Percent Increase in National Health Expenditures (NHE) Per Capital vs. increase ';
cht += 'in Consumer Price Index, 1995-2004</td></tr>';
cht += '<tr><td><img src="../images/kff1.gif"></td></tr>';
cht += '<tr><td><p class="refquotesml">This information was reprinted with permission from the Henry J. Kaiser Family Foundation. The ' ;
cht += 'Kaiser Family Foundation, based in Menlo Park, California, is a nonprofit, independent national ';
cht += 'health care philanthropy and is not associated with Kaiser Permanente or Kaiser Industries.</td></tr></table>';
return cht;

	case 1:
//function showChart2()  {
cht = "";
cht += '<table border="0" width="280" cellspacing="0" cellpadding="0">';
cht += '<tr><td align="center"><p class="chartHead">Percent Change in Premiums for Covered Workers by Firm Size, 2005</td></tr>';
cht += '<tr><td><img src="../images/kff2.gif"></td></tr>';
cht += '<tr><td><p class="refquotesml">This information was reprinted with permission from the Henry J. Kaiser Family Foundation. The ' ;
cht += 'Kaiser Family Foundation, based in Menlo Park, California, is a nonprofit, independent national ';
cht += 'health care philanthropy and is not associated with Kaiser Permanente or Kaiser Industries.</td></tr></table>';
return cht;

	case 2:
//function showChart3()  {
cht = "";
cht += '<table border="0" width="280" cellspacing="0" cellpadding="0">';
cht += '<tr><td align="center"><p class="chartHead">Premium Increases, by Plan Type and Funding Arrangement, 2005</td></tr>';
cht += '<tr><td><img src="../images/kff3.gif"></td></tr>';
cht += '<tr><td><p class="refquotesml">Source: Kaiser/HRET Survey of Employer Sponsored Health Benefits, 2005<br>';
cht += ' This information was reprinted with permission from the Henry J. Kaiser Family Foundation. The ' ;
cht += 'Kaiser Family Foundation, based in Menlo Park, California, is a nonprofit, independent national ';
cht += 'health care philanthropy and is not associated with Kaiser Permanente or Kaiser Industries.</td></tr></table>';
return cht;

}
}
