
function dsRpChange (img) {
	if (img) document.getElementById('reportages_main').style.backgroundImage = 'url('+img+')';
}
