// JavaScript Document

<!--
function samples(typ) {
	if (typ=="imbau") {  
  	  var bildwin = window.open('imbau.htm', 'bildwin1', 'height=202,width=544');
	  bildwin.focus;
	}
	if (typ=="prog") {  
  	  var bildwin = window.open('programm.htm', 'bildwin2', 'height=450,width=647');
	  bildwin.focus;
	}
	if (typ=="team") {  
  	  var bildwin = window.open('team.htm', 'bildwin3', 'height=406,width=781');
	  bildwin.focus;
	}
	if (typ=="fotos") {  
  	  var bildwin = window.open('fotos.htm', 'bildwin4', 'height=540,width=550');
	  bildwin.focus;
	}
	if (typ=="texte") {  
  	  var bildwin = window.open('texte.htm', 'bildwin5', 'height=550,width=720');
	  bildwin.focus;
	}
	if (typ=="presse") {  
  	  var bildwin = window.open('presse.htm', 'bildwin6', 'height=580,width=820');
	  bildwin.focus;
	}
	if (typ=="sponsor") {  
  	  var bildwin = window.open('sponsor.htm', 'bildwin7', 'height=520,width=500');
	  bildwin.focus;
	}
	if (typ=="gbuch") {  
  	  var bildwin = window.open('GBuch.htm', 'bildwin8', 'height=520,width=730');
	  bildwin.focus;
	}
}
//-->
