function change(bg) {
	var burl = '/templates/common_files/ep_home_services_phase' + bg + '.jpg';
	document.getElementById("bg0").style.background = 'url(' + burl + ')';
}