function solmurInit() {
	var x = document.getElementById("anchor").offsetLeft;
	document.getElementById("solmur").style.left = x + "px";
}

function highlight($idProduct, $idTable) {
	document.getElementById($idProduct).className = "affOn";
	document.getElementById($idTable).className = "affListOn";
}

function lowlight($idProduct, $idTable) {
	document.getElementById($idProduct).className = "affOff";
	document.getElementById($idTable).className = "affList";
}

function highlight2($idProductCatImage, $idProductCatTable) {
	document.getElementById($idProductCatImage).className = "productLogoOn";
	document.getElementById($idProductCatTable).className = "productTableOn";
}

function lowlight2($idProductCatImage, $idProductCatTable) {
	document.getElementById($idProductCatImage).className = "productLogoOff";
	document.getElementById($idProductCatTable).className = "productTableOff";
}

function highlight3($idProductCatImage, $idProductCatTable) {
	document.getElementById($idProductCatImage).className = "ActuLogoOn";
	document.getElementById($idProductCatTable).className = "ActuTableOn";
}

function lowlight3($idProductCatImage, $idProductCatTable) {
	document.getElementById($idProductCatImage).className = "ActuLogoOff";
	document.getElementById($idProductCatTable).className = "ActuTableOff";
}
function highlight4($idProductCatImage, $idProductCatTable) {
	document.getElementById($idProductCatImage).className = "NLLogoOn";
	document.getElementById($idProductCatTable).className = "NLTableOn";
}

function lowlight4($idProductCatImage, $idProductCatTable) {
	document.getElementById($idProductCatImage).className = "NLLogoOff";
	document.getElementById($idProductCatTable).className = "NLTableOff";
}