// JavaScript Document
if (document.images) {
	bild = new Array();
	bild[1] = new Image();
	bild[1].src = 'img/nav_home_aktiv.gif';
	bild[2] = new Image();
	bild[2].src = 'img/nav_fachinfo_aktiv.gif';	
	bild[3] = new Image();
	bild[1].src = 'img/nav_seminare_aktiv.gif';	
	bild[4] = new Image();
	bild[4].src = 'img/nav_darmsortiment_aktiv.gif';	
	bild[5] = new Image();
	bild[5].src = 'img/nav_presseinfo_aktiv.gif';	
	bild[6] = new Image();
	bild[6].src = 'img/nav_stellenanzeigen_aktiv.gif';	
	bild[7] = new Image();  
	bild[7].src = 'img/nav_kontakt_aktiv.gif';	
	bild[8] = new Image();    
	bild[8].src = 'img/nav_impressum_aktiv.gif';	
}


function oeffneanzeige (url) {
	fenster=window.open(url, "_blank", "width=820,height=640,status=yes,resizable=no,scrollbars=yes");
	fenster.focus();
	return false;
}
