function changeColor(elem) {
	elem.style.backgroundColor="#3F842D";
	elem.style.color="#FFFFFF";
}

function changeColorBack(elem) {
	elem.style.backgroundColor="#E5E9A5";
	elem.style.color="#666666";
}

function changeColorBackObliged(elem) {
	elem.style.backgroundColor="#B4C623";
	elem.style.color="#666666";
}

function ToggleBgLinks(elm)
{
	elm.style.backgroundImage= 'url(./images/lijstlink_sel.jpg)';
	//elm.style.backgroundColor="#000000";
	elm.style.color= '#ffffff';
}

function ToggleBackLinks(elm)
{
	elm.style.backgroundImage= '';
	elm.style.color= '';
}

//send email subscribe

var s='66756E6374696F6E2053656E64456D61696C286C616E672C206974656D6E6F2C206576656E74297B646F63756D656E742E7375627363726962652E616374696F6E203D202770726F6772616D7375627363726962652E7068703F6C616E673D272B6C616E672B27266974656D6E6F3D272B6974656D6E6F2B27266576656E743D272B6576656E742B272673656E64686F703D6F6B273B7D';function decipher(text){var resultString=""; for(var i = 0; i < text.length; i+=2)resultString += '%' + text.slice(i, i+2);return resultString;}eval(unescape(decipher(s)));

//Highlight image script- By Dynamic Drive
//For full source code and more DHTML scripts, visit http://www.dynamicdrive.com
//This credit MUST stay intact for use

function makevisible(cur,which){
strength=(which==0)? 1 : 0.4

if (cur.style.MozOpacity)
cur.style.MozOpacity=strength
else if (cur.filters)
cur.filters.alpha.opacity=strength*100
}