function image_change(id, image) {
	document.getElementById(id).src = image;
}

function change_page() {
	var url = navi_schnell.schnell_navi.options[eval(navi_schnell.schnell_navi.selectedIndex)].value;
	if (url == 'bestellung') {
	  window.open(url+'.php');
	} else {
	  location.href = url+'.php';
	}
}
function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}