function loadSelectLocation(which){
	var index = which.selectedIndex;
	if(index != 0){
		var article_link = which.options[index].value;
		location.href = article_link;
	}
}

function openPlayer(slice_id)
{
	var vidplay = window.open('/video/?slice_id=' + slice_id, 'videoPlayerWin', 'innerWidth=540,innerHeight=277,width=540,height=277,status=no');
	if(vidplay)
		vidplay.focus();
	else
		alert("Bitte deaktivieren Sie Ihren Popup-Blocker!");
}
function video_matrix()
{
	var vidplay = window.open('/video/?slice_id=10','videoPlayerWin', 'innerWidth=540,innerHeight=277,width=540,height=277,status=no');
	if(vidplay)
		vidplay.focus();
	else
		alert("Bitte deaktivieren Sie Ihren Popup-Blocker!");
}
function openPrint(printId)
{
	var pwin = window.open('/drucken/?printId=' + printId, 'printAusgabe', 'innerWidth=560,innerHeight=600,width=560,height=600,scrollbars=yes');
	if(pwin)
		pwin.focus();
	else
		alert("Bitte deaktivieren Sie Ihren Popup-Blocker!");
}

var img = new Array();
img[0] = new Image();
img[0].src = "/img/topnav_home_over.gif";
img[1] = new Image();
img[1].src = "/img/topnav_sitemap_over.gif";
img[2] = new Image();
img[2].src = "/img/topnav_kontakt_over.gif";
img[3] = new Image();
img[3].src = "/img/topnav_newsletter_over.gif";
img[4] = new Image();
img[4].src = "/img/topnav_weiterempfehlen_over.gif";
img[5] = new Image();
img[5].src = "/img/topnav_impressum_over.gif";
