function pictures(a, b, c){
	document.getElementById("pictures").style.backgroundImage="url(../img/" + a + "/" + b + "/img" + c + ".jpg)";
}