jsLoadImages('../../images/prd_camp_performance_on.gif',
'../../images/prd_camp_search_on.gif',
'../../images/prd_camp_audience_on.gif',
'../../images/prd_camp_commerce_on.gif',
'../../images/prd_camp_customer_on.gif',
'../../images/prd_camp_navigation_on.gif',
'../../images/prd_camp_content_on.gif'
);
		
function roll(cube){
	if(cube == 'arrow'){
		flip('arrow', 'on');
		document.getElementById('introcontent').style.display = '';
	}
		else{document.getElementById('introcontent').style.display = 'none';}
	if(cube == 'performance'){
		flip('performance', 'on');
		document.getElementById('introcontent').style.display = 'none';
		document.getElementById('performancecontent').style.display = '';
	}
		else{document.getElementById('performancecontent').style.display = 'none';}
	if(cube == 'results'){
		flip('results', 'on');
		document.getElementById('introcontent').style.display = 'none';
		document.getElementById('resultscontent').style.display = '';	
	}
		else{document.getElementById('resultscontent').style.display = 'none';}
	if(cube == 'audience'){
		document.getElementById('introcontent').style.display = 'none';
		document.getElementById('audiencecontent').style.display = '';	
	}
		else{document.getElementById('audiencecontent').style.display = 'none';}
	if(cube == 'commerce'){
		document.getElementById('introcontent').style.display = 'none';
		document.getElementById('commercecontent').style.display = '';	
	}
		else{document.getElementById('commercecontent').style.display = 'none';}
	if(cube == 'customer'){
		document.getElementById('introcontent').style.display = 'none';
		document.getElementById('customercontent').style.display = '';	
	}
		else{document.getElementById('customercontent').style.display = 'none';}
	if(cube == 'navigation'){
		document.getElementById('introcontent').style.display = 'none';
		document.getElementById('navigationcontent').style.display = '';	
	}
		else{document.getElementById('navigationcontent').style.display = 'none';}
	if(cube == 'content'){
		document.getElementById('introcontent').style.display = 'none';
		document.getElementById('contentcontent').style.display = '';	
	}
		else{document.getElementById('contentcontent').style.display = 'none';}
}

function flip(cube, status){
	if(status == 'on'){
		if(cube == 'arrow'){
			document.arrow.src=('../../images/prd_camp_arrow.gif');
		}
			else{document.arrow.src=('../../images/prd_camp_arrow_on.gif');}
		if(cube == 'performance'){
			document.performance.src=('../../images/prd_camp_performance.gif');
		}
			else{document.performance.src=('../../images/prd_camp_performance_on.gif');}
		if(cube == 'results'){
			document.results.src=('../../images/prd_camp_search.gif');
		}
			else{document.results.src=('../../images/prd_camp_search_on.gif');}
		if(cube == 'audience'){
			document.audience.src=('../../images/prd_camp_audience.gif');
		}
			else{document.audience.src=('../../images/prd_camp_audience_on.gif');}
		if(cube == 'commerce'){
			document.commerce.src=('../../images/prd_camp_commerce.gif');
		}
			else{document.commerce.src=('../../images/prd_camp_commerce_on.gif');}
		if(cube == 'customer'){
			document.customer.src=('../../images/prd_camp_customer.gif');
		}
			else{document.customer.src=('../../images/prd_camp_customer_on.gif');}
		if(cube == 'navigation'){
			document.navigation.src=('../../images/prd_camp_navigation.gif');
		}
			else{document.navigation.src=('../../images/prd_camp_navigation_on.gif');}
		if(cube == 'content'){
			document.content.src=('../../images/prd_camp_content.gif');
		}
			else{document.content.src=('../../images/prd_camp_content_on.gif');}
	}
	
	if(status == 'off'){
		document.arrow.src=('../../images/prd_camp_arrow.gif');
		document.performance.src=('../../images/prd_camp_performance.gif');
		document.results.src=('../../images/prd_camp_search.gif');
		document.audience.src=('../../images/prd_camp_audience.gif');
		document.commerce.src=('../../images/prd_camp_commerce.gif');
		document.customer.src=('../../images/prd_camp_customer.gif');
		document.navigation.src=('../../images/prd_camp_navigation.gif');
		document.content.src=('../../images/prd_camp_content.gif');
	}
}
