jsLoadImages('../../images/prd_ben_executives_on.jpg',
'../../images/prd_ben_marketing_on.jpg',
'../../images/prd_ben_commerce_on.jpg',
'../../images/prd_ben_web_on.jpg',
'../../images/prd_ben_it_on.jpg',
'../../images/prd_ben_tag_com.gif',
'../../images/prd_ben_tag_cust.gif',
'../../images/prd_ben_tag_exec.gif',
'../../images/prd_ben_tag_it.gif',
'../../images/prd_ben_tag_mktg.gif',
'../../images/prd_ben_tag_web.gif'
);

function roll(cube){
	document.getElementById('introcontent').style.display = 'none';
	if(cube == 'executives'){
		document.getElementById('executivescontent').style.display = '';
	}
		else{document.getElementById('executivescontent').style.display = 'none';}
	if(cube == 'marketing'){
		document.getElementById('marketingcontent').style.display = '';	
	}
		else{document.getElementById('marketingcontent').style.display = 'none';}
	if(cube == 'commerce'){
		document.getElementById('commercecontent').style.display = '';	
	}
		else{document.getElementById('commercecontent').style.display = 'none';}
	if(cube == 'web'){
		document.getElementById('webcontent').style.display = '';	
	}
		else{document.getElementById('webcontent').style.display = 'none';}
	if(cube == 'it'){
		document.getElementById('itcontent').style.display = '';	
	}
		else{document.getElementById('itcontent').style.display = 'none';}
	if(cube == 'customer'){
		document.getElementById('customercontent').style.display = '';	
	}
		else{document.getElementById('customercontent').style.display = 'none';}
}

function flip(cube, status){
	if(status == 'on'){
		if(cube == 'executives'){
			document.executives.src=('../../images/prd_ben_executives_on.jpg');
		}
			else{document.executives.src=('../../images/prd_ben_executives.jpg');}
		if(cube == 'marketing'){
			document.marketing.src=('../../images/prd_ben_marketing_on.jpg');
		}
			else{document.marketing.src=('../../images/prd_ben_marketing.jpg');}
		if(cube == 'commerce'){
			document.commerce.src=('../../images/prd_ben_commerce_on.jpg');
		}
			else{document.commerce.src=('../../images/prd_ben_commerce.jpg');}
		if(cube == 'web'){
			document.web.src=('../../images/prd_ben_web_on.jpg');
		}
			else{document.web.src=('../../images/prd_ben_web.jpg');}
		if(cube == 'it'){
			document.it.src=('../../images/prd_ben_it_on.jpg');
		}
			else{document.it.src=('../../images/prd_ben_it.jpg');}
		if(cube == 'customer'){
			document.customer.src=('../../images/prd_ben_customer_on.jpg');
		}
			else{document.customer.src=('../../images/prd_ben_customer.jpg');}
	}
	
	if(status == 'off'){
		document.executives.src=('../../images/prd_ben_executives.jpg');
		document.marketing.src=('../../images/prd_ben_marketing.jpg');
		document.commerce.src=('../../images/prd_ben_commerce.jpg');
		document.web.src=('../../images/prd_ben_web.jpg');
		document.it.src=('../../images/prd_ben_it.jpg');
		document.customer.src=('../../images/prd_ben_customer.jpg');
	}
}
