
function change_header_bg(id)
	{		
		document.getElementById('main_image').style.backgroundImage = 'url(images/main_pics/' + id + '.jpg)';
		
	}
 