function dataWindow()
{
window.open("impressum.htm","_blanc",'toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=no,top=50,left=400,width=250,height=600');
}

function home()
{
window.open("home.htm",target="main");
}

function OpenBild(Bild,width,height)   
{    
window.open(Bild, "Bild", "width="+width+",height="+height+",scrollbars=yes,topmargin=0,leftmargin=0,top=50,left=50");
}


function OpenPage(Page,width,height)   
{    
window.open(Page, "Page", "width="+width+",height="+height+",topmargin=0,leftmargin=0,top=50,left=50,scrollbars=yes");
}


function dataWindow()
{
window.open("disclaim.htm","_blanc",'toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=auto,resizable=no,top=50,left=400,width=250,height=600');
}



function OpenAngebot(Bild,width,height)   
{    
window.open(Bild, "Bild", "width="+width+",height="+height+",topmargin=0,leftmargin=0,top=50,left=50");
}

function bildwechsel(popon) 
{
  if (navigator.appVersion.indexOf(" 2.0 ") == -1)
  {
     parent.main.document.images["impressum"].src="bilder/"+popon;
  }
}

function bildwechseln(bild) {
	var bildneu = bild;
	document.getElementById('ansicht').src = bildneu;
	var anzeige = document.getElementById('bildgross');
	anzeige.style.display = "block";
}

function wegdamit() {
	var anzeige = document.getElementById('bildgross');
	anzeige.style.display='none';
}