function bildanzeigen(fenster,name,weite,hoehe) {
    window.open(name,fenster,'width='+weite+',height='+hoehe+',menubar=no,locationbar=no,screenX=0,screenY=0,scrollbars=no');
}

function check800(){
	breite = screen.width; 
	if (breite <= 800){
		setActiveStyleSheet('800Pixel-Breite'); 
		return false;
	}
}
