/* Config Settings */

// base path to image folder
img_path = "lib/i/b/";

/* Do Not Edit Below */

function homeover(section){
	
	var div = document.getElementById("homenav_0");
	
	// 	background: url("../i/b/home_k8dance_bg.jpg") 0 0 no-repeat;

	// Arts and Education
	if (section == 'artsedu') div.style.background = 'url("'+img_path+'home_artsedu_bg.jpg") 0 0 no-repeat';
	
	// K-4 Dance
	if (section == 'k8dance') div.style.background = 'url("'+img_path+'home_k8dance_bg.jpg") 0 0 no-repeat';
	
	// K-4 Drama
	if (section == 'k8drama') div.style.background = 'url("'+img_path+'home_k8drama_bg.jpg") 0 0 no-repeat';
	
	// K-6 Music Skills

	if (section == 'k6music') div.style.background = 'url("'+img_path+'home_k6music_bg.jpg") 0 0 no-repeat';
	
	// K-4 Visual Arts
	if (section == 'visualarts') div.style.background = 'url("'+img_path+'home_visualarts_bg.jpg") 0 0 no-repeat';

}

function homeoverclear(){
	var div = document.getElementById("homenav_0");
	div.style.background = 'none';
}

function k8dance(section){
	
	var div = document.getElementById("replace_span");

	// Dancing
	if (section == 'k8dance_01') div.style.background = 'url("'+img_path+'k8dance_butterfly.jpg") 0 0 no-repeat'
	
	// Dance language & performance skills
	if (section == 'k8dance_02') div.style.background = 'url("'+img_path+'k8dance_butterfly.jpg") 0 -107px no-repeat';
	
	// Creative Expression
	if (section == 'k8dance_03') div.style.background = 'url("'+img_path+'k8dance_butterfly.jpg") 0 -214px no-repeat';

	// Understanding Dance in Context
	if (section == 'k8dance_04') div.style.background = 'url("'+img_path+'k8dance_butterfly.jpg") 0 -321px no-repeat';
	
	// Valueing Dance Experience
	if (section == 'k8dance_05') div.style.background = 'url("'+img_path+'k8dance_butterfly.jpg") 0 -428px no-repeat';

}

function k8drama(section){
	
	var div = document.getElementById("replace_span");

	// Dancing
	if (section == 'k8drama_01') div.style.background = 'url("'+img_path+'k8drama_butterfly.jpg") 0 0 no-repeat';
	
	// Dance language & performance skills
	if (section == 'k8drama_02') div.style.background = 'url("'+img_path+'k8drama_butterfly.jpg") 0 -108px no-repeat';
	
	// Creative Expression
	if (section == 'k8drama_03') div.style.background = 'url("'+img_path+'k8drama_butterfly.jpg") 0 -216px no-repeat';

	// Understanding Dance in Context
	if (section == 'k8drama_04') div.style.background = 'url("'+img_path+'k8drama_butterfly.jpg") 0 -324px no-repeat';
	
	// Valueing Dance Experience
	if (section == 'k8drama_05') div.style.background = 'url("'+img_path+'k8drama_butterfly.jpg") 0 -432px no-repeat';
	
}

function k6music(section){
	
	var div = document.getElementById("replace_span");

	// Dancing
	if (section == 'k6music_01') div.style.background = 'url("'+img_path+'k6music_butterfly.jpg") 0 0 no-repeat';
	
	// Dance language & performance skills
	if (section == 'k6music_02') div.style.background = 'url("'+img_path+'k6music_butterfly.jpg") 0 -107px no-repeat';
	
	// Creative Expression
	if (section == 'k6music_03') div.style.background = 'url("'+img_path+'k6music_butterfly.jpg") 0 -214px no-repeat';

	// Understanding Dance in Context
	if (section == 'k6music_04') div.style.background = 'url("'+img_path+'k6music_butterfly.jpg") 0 -321px no-repeat';
	
	// Valueing Dance Experience
	if (section == 'k6music_05') div.style.background = 'url("'+img_path+'k6music_butterfly.jpg") 0 -428px no-repeat';
	
}

function k8visual(section){
	
	var div = document.getElementById("replace_span");

	// Dancing
	if (section == 'k8visual_01') div.style.background = 'url("'+img_path+'k8visual_butterfly.jpg") 0 0 no-repeat';
	
	// Dance language & performance skills
	if (section == 'k8visual_02') div.style.background = 'url("'+img_path+'k8visual_butterfly.jpg") 0 -114px no-repeat';
	
	// Creative Expression
	if (section == 'k8visual_03') div.style.background = 'url("'+img_path+'k8visual_butterfly.jpg") 0 -228px no-repeat';

	// Understanding Dance in Context
	if (section == 'k8visual_04') div.style.background = 'url("'+img_path+'k8visual_butterfly.jpg") 0 -342px no-repeat';
	
	// Valueing Dance Experience
	if (section == 'k8visual_05') div.style.background = 'url("'+img_path+'k8visual_butterfly.jpg") 0 -456px no-repeat';
	
}
