<!--
function einstell(){
window.name="display";
window.open("angebot.html","Promotion","width=750,height=350,scrollbars=yes,resizable=yes,screenX=190,screenY=20");
}
function quickbanner(welch){
	if (welch==1){
	window.open("quickbanner1.html","quickbanner1","width=400,height=400,scrollbars=yes,resizable=yes,screenX=190,screenY=20");
	}	
	else if (welch==2){
	window.open("quickbanner2.html","quickbanner2","width=400,height=400,scrollbars=yes,resizable=yes,screenX=190,screenY=20");
	}
	else if (welch==3){
	window.open("quickbanner3.html","quickbanner3","width=700,height=400,scrollbars=yes,resizable=yes,screenX=190,screenY=20");
	}
}
//-->
