function FensterOeffnen (Adresse) {
  Fenster1 = window.open(Adresse, '', 'width=1000,height=800,left=0,top=0,scrollbars=yes,menubar=no,resizable=no,status=no,toolbar=no');
  Fenster1.focus();
}

function flyerbild (Adresse) {
  Fenster1 = window.open(Adresse, '', 'width=600,height=400,left=0,top=0,scrollbars=yes,menubar=no,resizable=no,status=no,toolbar=no');
  Fenster1.focus();
}

function link (Adresse) {
  Fenster1 = window.open(Adresse, '', 'left=0,top=0,scrollbars=yes,menubar=yes,resizable=yes,status=yes,toolbar=yes,location=yes');
  Fenster1.focus();
}

function newsletter () {
  Fenster1 = window.open('newsletter/index.php', '', 'width=200,height=200,left=0,top=0,scrollbars=yes,menubar=no,resizable=no,status=no,toolbar=no');
  Fenster1.focus();
}

function gallerie (Adresse) {
  Fenster1 = window.open(Adresse, '', 'width=1000,height=600,left=0,top=0,scrollbars=yes,menubar=no,resizable=no,status=no,toolbar=no');
  Fenster1.focus();
}

function anfahrt () {
  Fenster1 = window.open('anfahrt.php', '', 'width=355,height=473,left=0,top=0,scrollbars=yes,menubar=no,resizable=no,status=no,toolbar=no');
  Fenster1.focus();
}

function more (Adresse) {
  Fenster1 = window.open(Adresse, '', 'width=470,height=600,left=0,top=0,scrollbars=yes,menubar=no,resizable=no,status=no,toolbar=no');
  Fenster1.focus();
}

function start() {

	parent.frames[0].scrollTo(0,0);
	
}

function next() {

	parent.frames[0].scrollTo(1010,0);
	
}

function acts() {

	parent.frames[0].scrollTo(1740,0);
	
}

function medias() {

	parent.frames[0].scrollTo(2600,0);
	
}

function loads() {

	parent.frames[0].scrollTo(3237,0);
	
}

function behind() {

	parent.frames[0].scrollTo(3688,0);
	
}