
function showFoto(id,nr){
	var link="index_fotoplayer.php?id="+id+"&pos="+nr;
	showPopWin(link,600,550,null);
	js:stopPlay();
}

function showVideo(id){
	var link="index_videoplayer.php?id="+id;
	showPopWin(link,550,400,null);
	js:stopPlay();
}

function showText(id){
	var link="index_textplayer.php?id="+id;
	showPopWin(link,600,500,null);
	js:stopPlay();
}

function gotoURL(u){
	// Top-Level-Lösung
  //top.location.href = u; 
  
  // Popup Lösung
	window.open(u,"Contag","width=1024,height=768,left=0,top=0,location=1,status=1,scrollbars=1");
}