function MM_goToURL() { //v3.0
  var i, args=MM_goToURL.arguments; document.MM_returnValue = false;
  for (i=0; i<(args.length-1); i+=2) eval(args[i]+".location='"+args[i+1]+"'");
}

function Loading(id){
	document.getElementById(id).style.visibility = 'visible';
	document.getElementById(id).style.height = '32px';
	document.getElementById('controleren').style.background = '#E6E6E6';
	document.getElementById('controleren').style.disabled = 'disabled';
	document.getElementById('tmp').innerHTML='';
}

function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}

function submitform(){
	document.seltpack.submit();
}
function externalLinks() {
	if (!document.getElementsByTagName) {
	return;
	}
	var anchors = document.getElementsByTagName("a");
	for (var i=0; i<anchors.length; i++) {
		var anchor = anchors[i];
		if (anchor.getAttribute("href") && anchor.getAttribute("rel") == "external")
			anchor.target = "_blank";
		}
}
window.onload = externalLinks;
