// JavaScript Document
function MM_displayStatusMsg(msgStr) { //v1.0
  status=msgStr;
  document.MM_returnValue = true;
}

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

function setHeight() {	
	var Hoogte = document.getElementById('footer').offsetTop - document.getElementById('left').offsetTop;
	document.getElementById('left').style.height = Hoogte + 'px';
	document.getElementById('right').style.height = Hoogte + 'px';
}
