function menuhover (id) {
	document.getElementById("mainmenu_" + id).style.backgroundImage = "url(images/menu-bgleft.gif)";
}

function menuout (id) {
document.getElementById("mainmenu_" + id).style.backgroundImage = "url(images/space.gif)";
}

function showQuickProgress()
{
	
	document.getElementById("quickbucher").style.display = "none";
	document.getElementById("quickwait").style.display = "block";
	document.getElementById("quickwaitimage").innerHTML = "<img src='images/snake.gif' border='0'>"; 

}

