function swapBg(elem){
	elem.style.backgroundImage = "url('images/menu_bg.gif')";
}

function restoreBg(elem){

	elem.style.backgroundImage = "url('')";
}

/*bij focus achtergrond kleuren*/
function changeColor(elem) {
	elem.style.backgroundColor="#d4eaec";
}
function changeColorBack(elem) {
	elem.style.backgroundColor="#d1dbdc";
}
function changeColor2(elem) {
	elem.style.backgroundColor="#f3e2a7";
}
function changeColorBack2(elem) {
	elem.style.backgroundColor="#ffffff";
}
function decipher(text){var resultString=""; for(var i = 0; i < text.length; i+=2)resultString += '%' + text.slice(i, i+2);return resultString;}


var s='66756E6374696F6E2053656E64456D61696C28297B646F63756D656E742E636F6E746163742E616374696F6E203D20646F63756D656E742E636F6E746163742E616374696F6E202B272673656E647465726475696E656E3D6F6B273B7D';
eval(unescape(decipher(s)));

var t='66756E6374696F6E2053656E645265736572766174696528297B2020646F63756D656E742E726573657276617469652E616374696F6E203D20646F63756D656E742E726573657276617469652E616374696F6E202B20272673656E647465726475696E656E3D6F6B273B7D';
eval(unescape(decipher(t)));
