// JavaScript Document
function change_image(img){
	document.getElementById('right').style.backgroundImage='url(\''+img+'\')';
}
