function changeStory(newStory) {
	document.getElementById(newStory).setAttribute('class', 'more_stories_sel');
	
	if(newStory!='story1')
		document.getElementById('story1').setAttribute('class', 'more_stories_but');
	if(newStory!='story2')
		document.getElementById('story2').setAttribute('class', 'more_stories_but');
	if(newStory!='story3')
		document.getElementById('story3').setAttribute('class', 'more_stories_but');
		
	/*
	if(newStory!='story4')
		document.getElementById('story4').setAttribute('class', 'more_stories_but');
	if(newStory!='story5')
		document.getElementById('story5').setAttribute('class', 'more_stories_but');
	if(newStory!='story6')
		document.getElementById('story6').setAttribute('class', 'more_stories_but');
	*/
		
	if(newStory == 'story1')
		document.getElementById('text').innerHTML='We are overjoyed to see how Nicholas loves his newfound freedom in the Smart Walker which allows him to see and participate so much more in his world than ever before. It is amazing to see him enjoying increased self-esteem when he is face to face with his peers and his ability to travel independently toward his desired destination or object, a skill which he never had before this time. - Parent';
	if(newStory == 'story2')
		document.getElementById('text').innerHTML='I will never forget the first time he was standing in his Smart Walker and noticed himself in the mirror, standing alone for the first time and smiling as he was so pleased with himself. Shortly after that moment, he began to realize he was able to take steps, alone, also for the first time in his life. These proud moments were as beautiful to watch for myself as they were for my husband. - Parent ';
	if(newStory == 'story3')
		document.getElementById('text').innerHTML='The Smart Walker is a wonderful mobility device that offers a small child who\'s legs scissor to \'safely\' walk with reciprocal steps. This special walker also can help strengthen a child\'s outside hip muscles and improve motor planning and direction control by offering some freedom to independently explore and play within their environment (indoors and outdoors) like other children. This even includes walking to the park and skating. - Physiotherapist';
	/*
	if(newStory == 'story4')
		document.getElementById('text').innerHTML='You have helped give her a wonderful gift and opportunity to gain some independence with her new walker. She is able to go in the direction she wants and has so much fun with her peers at daycare. - Parent';
	if(newStory == 'story5')
		document.getElementById('text').innerHTML='This is an expensive walker but watching my son Aaron in it has made it worth all the effort in getting it. I just hope other children with cerebral palsy will have the same opportunity Aaron is having with his Smart Walker. - Parent';
	if(newStory == 'story6')
		document.getElementById('text').innerHTML='Christopher has always loved to be in an upright position but was limited to the time spent in other walkers by his therapists because they did not encourage proper gait. The Smart Walker, however because of its unique bracing system, with its reciprocal leg mechanism is actually good for strengthening muscles and stretching the tight tendons in the child\'s legs. This is the only walker of its kind to mimic the correct movement of an ambulatory person. - Parent';
	*/	
}
