function overA(oID){
	window.document.getElementById(oID).style.color = "#FFFFFF";
	window.document.getElementById(oID).style.backgroundColor = "#d20800";
	window.document.getElementById(oID).style.cursor = "pointer";
}

function outA(oID){
	window.document.getElementById(oID).style.color = "#d20800";
	window.document.getElementById(oID).style.backgroundColor = "#FFFFFF";
}

function overB(oID){
	window.document.getElementById(oID).style.color = "#FFFFFF";
	window.document.getElementById(oID).style.backgroundColor = "#d20800";
	window.document.getElementById(oID).style.cursor = "pointer";
	window.document.getElementById("PO").style.visibility = "visible";
}

function outB(oID){
	window.document.getElementById(oID).style.color = "#d20800";
	window.document.getElementById(oID).style.backgroundColor = "#FFFFFF";
	window.document.getElementById("PO").style.visibility = "hidden";
}

function overB2(oID){
	window.document.getElementById(oID).style.color = "#FFFFFF";
	window.document.getElementById(oID).style.backgroundColor = "#d20800";
	window.document.getElementById(oID).style.cursor = "pointer";
	window.document.getElementById("FO").style.visibility = "visible";
}

function outB2(oID){
	window.document.getElementById(oID).style.color = "#d20800";
	window.document.getElementById(oID).style.backgroundColor = "#FFFFFF";
	window.document.getElementById("FO").style.visibility = "hidden";
}


function overC(oID){
	window.document.getElementById("producten").style.color = "#FFFFFF";
	window.document.getElementById("producten").style.backgroundColor = "#d20800";
	window.document.getElementById(oID).style.color = "#FFFFFF";
	window.document.getElementById(oID).style.backgroundColor = "#d20800";
	window.document.getElementById(oID).style.cursor = "pointer";
	window.document.getElementById("PO").style.visibility = "visible";
}

function outC(oID){
	window.document.getElementById("producten").style.color = "#d20800";
	window.document.getElementById("producten").style.backgroundColor = "#FFFFFF";
	window.document.getElementById(oID).style.color = "#000000";
	window.document.getElementById(oID).style.backgroundColor = "#e6e6e6";
	window.document.getElementById("PO").style.visibility = "hidden";
}

function overC2(oID){
	window.document.getElementById("fotos").style.color = "#FFFFFF";
	window.document.getElementById("fotos").style.backgroundColor = "#d20800";
	window.document.getElementById(oID).style.color = "#FFFFFF";
	window.document.getElementById(oID).style.backgroundColor = "#d20800";
	window.document.getElementById(oID).style.cursor = "pointer";
	window.document.getElementById("FO").style.visibility = "visible";
}

function outC2(oID){
	window.document.getElementById("fotos").style.color = "#d20800";
	window.document.getElementById("fotos").style.backgroundColor = "#FFFFFF";
	window.document.getElementById(oID).style.color = "#000000";
	window.document.getElementById(oID).style.backgroundColor = "#e6e6e6";
	window.document.getElementById("FO").style.visibility = "hidden";
}
