function setBgColor(num)
{
	var fotoTd = document.getElementById("fotoTd");
	fotoTd.className = "bgcolor" + num;
	
	var fotoContentD = document.getElementById("fotoContentD");
	fotoContentD.className = "fotoContent bgcolor" + num;
}
