//
//
//

function set_HomeCont(idimg, urlimg, za_text) {
	//
	
	//
	document.getElementById('home_cont').innerHTML = za_text;
	//
	document[idimg].src = urlimg;
	//
	return;
}