function highlight_func(inp_values){
	if(inp_values.className == "active"){
		var current_id = inp_values.id;
		document.getElementById(current_id).style.backgroundPosition = "0px -104px";
	}
}