		
Event.observe(window, 'load', loadAccordions, false);

function loadAccordions() {
			var topAccordion = new accordion('horizontal_container', {
				classNames : {
					toggle : 'horizontal_accordion_toggle',
					toggleActive : 'horizontal_accordion_toggle_active',
					content : 'horizontal_accordion_content'
				},
				defaultSize : {
					width : 528
				},
				direction : 'horizontal'
			});
			
		}
		
function changeText(str){
        if (str == 1) {
        document.getElementById('boldStuff').innerHTML = '<img src=\"thinking\.jpg\" height=\"219\" width=\"533\"\/>';
        } else if (str == 2) {
        document.getElementById('boldStuff').innerHTML = '<img src=\"advice\.jpg\" height=\"219\" width=\"533\"\/>';
        } else if (str == 3) {
        document.getElementById('boldStuff').innerHTML = '<img src=\"talking\.jpg\" height=\"219\" width=\"533\"\/>';
        } else if (str == 4) {
        document.getElementById('boldStuff').innerHTML = '<img src=\"team\.jpg\" height=\"219\" width=\"533\"\/>';
        } else if (str == 5) {
        document.getElementById('boldStuff').innerHTML = '<img src=\"people\.jpg\" height=\"219\" width=\"533\"\/>';
        } else {
        document.getElementById('boldStuff').innerHTML = 'debug';
        }
}
