var hoehe=0;
var isover=0;

window.onresize = function() { position(); }

function position() {
	var breite=document.body.clientWidth;
	var rand=0; var pl=0;
	if (breite>974) {
		rand=Math.floor((breite-974)/2);
		document.getElementById('headerl').style.width=rand+'px';
		document.getElementById('headerl').style.backgroundPosition=(-2000+rand)+'px';
		document.getElementById('headerr').style.width=rand+'px';
		document.getElementById('header2').style.width=974+(2*rand)+'px';
	}
}

function init_scroll() {
	hoehe=(-1)*document.getElementById('angebote_slider').offsetHeight;
	doscroll();
}

function doscroll() {
	if (isover==0) {
		if (parseInt(document.getElementById('angebote_slider').style.marginTop)>hoehe) {
			document.getElementById('angebote_slider').style.marginTop=(parseInt(document.getElementById('angebote_slider').style.marginTop)-1)+'px';
		} else {
			document.getElementById('angebote_slider').style.marginTop='170px';
		}
	}
	setTimeout("doscroll()",30);
}

function embedpanorama(ivr) {
	document.write('<applet archive="../panorama/panoapplet.jar" code="panoapplet" width="451" height="315">');
	document.write('<param name="file" value="'+ivr+'" />');
	document.write('<param name=initialView value="0.000000, 180.000000, 75.000000" />');
	document.write('<param name="autospin" value="-50" />');
	document.write('</applet>');
}
