
function case1()
{
	var c = document.getElementById("case");
	backto();
	var current = document.getElementById("case1");
	current.style['color']='#CC0000';
	current.style['fontWeight']='bold';
	c.innerHTML="SINGLE WOMAN - Aged 80 years- A beneficiary since 1985. Suffering from Cerebral Palsy. This lady has poor mobility and speech impairment. She was brought up in East Park Home and now lives on her own. She has a home help and the district nurse visits her. The money she receives from the Colquhoun is put towards holidays, she needs a carer to go with her and the money she saved she used to buy a special orthopaedic chair.";	
}
function case2()
{
	var c = document.getElementById("case");
	backto();
	var current = document.getElementById("case2");
	current.style['color']='#CC0000';
	current.style['fontWeight']='bold';
	c.innerHTML="MARRIED WOMAN - Aged 38 years- A beneficiary since 1996. Suffering from Diabetes, Myopathy and chronic pain. This lady is wheelchair bound. She has two children aged 17 &15 years. The husband who cares for her has been diagnosed with Huntington's disease. A carer comes in three times a week to cook meals. Her husband doesn't drive and the money she receives from the Colquhoun is spent on taxi fares and to help raise the children.";	
}
function case3()
{
	var c = document.getElementById("case");
	backto();
	var current = document.getElementById("case3");
	current.style['color']='#CC0000';
	current.style['fontWeight']='bold';
	c.innerHTML="WIDOWED WOMAN - Aged 70 years- A beneficiary since 1992. Suffering from Chronic Depression and has a left leg amputation. When she came on as a beneficiary she was just widowed and was bringing up her 14 &12 year old grandchildren on her own. The money she receives from the Colquhoun has been a great help to help in bringing up her grandchildren.";	
}
function case4()
{
	var c = document.getElementById("case");
	backto();
	var current = document.getElementById("case4");
	current.style['color']='#CC0000';
	current.style['fontWeight']='bold';
	c.innerHTML="SINGLE MAN - AGE 62 years - A beneficiary since 1992. Suffering from MS. He lives independently and has a dog as a companion. He doesn't get income support or grants and anything he needs he has to pay for himself. He saved up the money he receives from the Colquhoun to buy an electric scooter which allows him to get out, because of his MS he can't drive a car.";	
}
function case5()
{
	var c = document.getElementById("case");
	backto();
	var current = document.getElementById("case5");
	current.style['color']='#CC0000';
	current.style['fontWeight']='bold';
	c.innerHTML="MARRIED MAN - AGE 59 years - A beneficiary since 2002. Suffering from Osteo Arthritis which affects his joints, mainly his hips and legs. He suffers from chronic back pain. He was a churchwarden for 25 years. The money he receives from the Colquhoun gives him more independence.";	
}
function case6()
{
	var c = document.getElementById("case");
	backto();
	var current = document.getElementById("case6");
	current.style['color']='#CC0000';
	current.style['fontWeight']='bold';
	c.innerHTML="WIDOWED MAN - Aged 86 years- A beneficiary since 1995. Suffering from Heart problems and COAD (difficulty breathing). His wife was his main carer until she died in 1999. He still lives independently. He has a stair lift in the house and when he goes out he uses a wheelchair. The money he receives from the Colquhoun is a great help to pay towards a private home help and to purchase his own nebulizer";	
}
function backto()
{
	var current = document.getElementById("case1");
	current.style['color']='#999999';
	current.style['fontWeight']='normal';
	var current = document.getElementById("case2");
	current.style['color']='#999999';
	current.style['fontWeight']='normal';
	var current = document.getElementById("case3");
	current.style['color']='#999999';
	current.style['fontWeight']='normal';
	var current = document.getElementById("case4");
	current.style['color']='#999999';
	current.style['fontWeight']='normal';
	var current = document.getElementById("case5");
	current.style['color']='#999999';
	current.style['fontWeight']='normal';
	var current = document.getElementById("case6");
	current.style['color']='#999999';
	current.style['fontWeight']='normal';
}

