/*
display a div wich block the window when a popup is called

Moved to wizardFunctions.js

function displayBackground(){
	document.getElementById('backgroundDiv').style.display='block'; 
	document.getElementById('backgroundDiv').style.height = document.scrollHeight; 
}
*/