// JavaScript Document

function setPosition() {
 if((navigator.appName=="Netscape" &&
       parseInt(navigator.appVersion.substring(0,1))>=5) ||
    (navigator.appName=="Opera" &&
       parseInt(navigator.appVersion.substring(0,1))>=7)) {

  document.getElementById("menue_links").style.position="fixed";
 }

 if(navigator.appName=="Microsoft Internet Explorer") {
  document.getElementById("menue_links").style.top=document.body.scrollTop+10+"px";
  window.setTimeout("setPosition()",1);
 }

 if(navigator.appName=="Netscape" &&
    navigator.appVersion.substring(0,1)=="4") {

  document.menu.top=window.pageYOffset+10;
  window.setTimeout("setPosition()",1);
 }
}

function setPosition2() {
 if((navigator.appName=="Netscape" &&
       parseInt(navigator.appVersion.substring(0,1))>=5) ||
    (navigator.appName=="Opera" &&
       parseInt(navigator.appVersion.substring(0,1))>=7)) {

  document.getElementById("mehr_rechts").style.position="fixed";
 }

 if(navigator.appName=="Microsoft Internet Explorer") {
  document.getElementById("mehr_rechts").style.top=document.body.scrollTop+10+"px";
  window.setTimeout("setPosition2()",1);
 }

 if(navigator.appName=="Netscape" &&
    navigator.appVersion.substring(0,1)=="4") {

  document.menu.top=window.pageYOffset+10;
  window.setTimeout("setPosition2()",1);
 }
}


<!-- groesse des neuen fensters -->

	function NeuFenster() {
 	bestellformular =
 	window.open("../formulare/kaufen.htm", "Frameset", "width=540,height=800,top=50,left=200,resizable=yes,dependent=yes,scrollbars=yes");
 	bestellformular.focus();
	}


<!-- video Hexen -->
	function NeuFenster2() {
 	hexen =
 	window.open("../../video/Hexen.html","GNG","width=370,height=405,left=200,top=50,dependent=yes");
 	hexen.focus();
	}

<!-- video Heimat -->
	function NeuFenster1() {
 	heimat =
 	window.open("../../video/Heimat.html","GNG","width=370,height=425,left=200,top=50,dependent=yes");
 	heimat.focus();
	}


<!-- video Inquisition -->
	function NeuFenster3() {
 	inqui =
 	window.open("../../video/Inqui.html","GNG","width=370,height=425,left=200,top=50,dependent=yes");
 	inqui.focus();
	}

<!-- video Leilanautik -->
	function NeuFenster4() {
 	inqui =
 	window.open("../../video/Leila.html","GNG","width=370,height=425,left=200,top=50,dependent=yes");
 	inqui.focus();
	}
	
<!-- video Leilanautik Traumsommer -->
	function NeuFenster5() {
 	inqui =
 	window.open("../../video/Traumsommer.html","GNG","width=370,height=425,left=200,top=50,dependent=yes");
 	inqui.focus();
	}
