function whenOver(ID) {
	document.getElementById('b0' + ID).src = "images/buttons/" + "b0" + ID + "_mouseover.jpg";
}

function whenNotOver(ID) {
	document.getElementById('b0' + ID).src = "images/buttons/" + "b0" + ID + ".jpg";
}

function whenOver2(ID) {
	document.getElementById('b0' + ID).src = "../images/buttons/" + "b0" + ID + "_mouseover.jpg";
}

function whenNotOver2(ID) {
	document.getElementById('b0' + ID).src = "../images/buttons/" + "b0" + ID + ".jpg";
}

function whenOver3(ID) {
	document.getElementById('b0' + ID).src = "../images/buttons/b030_mouseover.jpg";
}

function whenNotOver3(ID) {
	document.getElementById('b0' + ID).src = "../images/buttons/b030.jpg";
}
