function switchSec(a ,p)
{
var b1 = '<div class="descTitle">"I\'m looking for a career in a growing field where I can make good money."</div><p class="general">According to the U.S. Department of Labor, employment of health information specialists is expected to grow much faster than the average for all occupations through 2014. That\'s because the number of medical tests, treatments and procedures is skyrocketing as the U.S. population ages. Your services are in demand, and salaries are rising (see salary chart below). </p><div class="break2"></div><p class="general">Our program prepares you for Certified Coding Associate (CCA) certification from the American Health Information Management Association.<br/><br/><strong>Why is this good?</strong> <br/><br/>Certified Coders, on average, earn $5,000 more per year than non- certified coders, with average incomes ranging from $33,000 to $47,512 per year*. Top coding and billing consultants can earn over $70,000! To learn more, submit the free Information Request form to the right. <br/><br/><span style="font-size:10px;">* Source: American Academy of Professional Coders</span></p><span id="b1"></span><div>';
var b2 = '<div class="descTitle">"I’\d like to be my own boss and work out of my house."</div><p class="general">If flexible hours are important to you, a Medical Billing & Coding  career is an ideal choice. Perhaps you\'re a single parent, or a retiree looking for part-time income. Since you have no direct contact with patients,  you can work from home-either for an independent medical billing firm or establish your own home-based business! </p><div class="break2"></div><p class="general">Our program prepares you for Certified Coding Associate (CCA) certification from the American Health Information Management Association.<br/><br/><strong>Why is this good?</strong> <br/><br/>Your CCA certificate is proof to prospective employers that you’ve mastered the skills necessary for job success. Top billing & coding consultants earn up to $70,000 a year or more. To learn more, submit the free Information Request form to the right. <br/><br/><span style="font-size:10px;">* Source: American Academy of Professional Coders</span></p><span id="b2"></span><div>';
var b3 = '<div class="descTitle">"I\'ve always wanted to work in the medical field"</div><span id="b3"><p class="general">Here\'s your chance to play a vital role on the medical team. Today\'s physicians are swamped with paperwork. You\'ll learn the skills to process medical claims efficiently, handle patient invoices, and get reimbursements for both patients and doctors. Work in pleasant and comfortable offices, or even from home! </p><div class="break2"></div><p class="general">Our program prepares you for Certified Coding Associate (CCA) certification from the American Health Information Management Association.<br/><br/><strong>Why is this good?</strong> <br/><br/>Your CCA certificate is recognized in all 50 states. It gives you a competitive advantage if you ever move. Plus, Certified Coders, on average, earn 21% more per year than non- certified coders*. Top coding and billing consultants can earn over $70,000! To learn more, submit the free Information Request form to the right. <br/><br/><span style="font-size:10px;">* Source: American Academy of Professional Coders</span></p></span><div>';
var c = document.getElementById('section');
classBtn(p);
for(i=1; i<4; i++)
	{
		c.className = 'descInnerMost'; 
		if(a == 'b1')
		{
		c.innerHTML =b1;
		return false;
		}
		else if(a == 'b2')
		{
		c.innerHTML =b2;
		return false;
		}
		else if(a == 'b3')
		{
		c.innerHTML =b3;
		return false;
		}
	}
}

function classBtn(p)
{
var idz = document.getElementById(p);
	if(idz.id == 'img1')
	{
	idz.className = 'describe1-on first';
	document.getElementById('img2').className = 'describe2';
	document.getElementById('img3').className = 'describe3';
	}
	if(idz.id == 'img2')
	{
	idz.className = 'describe2-on';
	document.getElementById('img1').className = 'describe1 first';
	document.getElementById('img3').className = 'describe3';
	}
	if(idz.id == 'img3')
	{
	idz.className = 'describe3-on';
	document.getElementById('img1').className = 'describe1 first';
	document.getElementById('img2').className = 'describe2';
	}
}


