function Francais(code) {
	parent.location.href="/fr/"+code.slice(4);
}
function Deutsch(code) {
	parent.location.href="/de/"+code.slice(4);
}
function Nederlands(code) {
	parent.location.href="/nl/"+code.slice(4);
}
function English(code) {
	parent.location.href="/en/"+code.slice(4);
}
function english(code) {
	parent.location.href="/en/"+code.slice(4);
}

function MM_preloadImages() { //v2.0
  if (document.images) {
    var imgFiles = MM_preloadImages.arguments;
    if (document.preloadArray==null) document.preloadArray = new Array();
    var i = document.preloadArray.length;
    with (document) for (var j=0; j<imgFiles.length; j++) if (imgFiles[j].charAt(0)!="#"){
      preloadArray[i] = new Image;
      preloadArray[i++].src = imgFiles[j];
  } }
}

function MM_openBrWindow(theURL,winName,features) { //v2.0
  wdw=window.open(theURL,winName,features);
  wdw.focus();
}