function p(u,t) {
	s = p.arguments.length==2 ?  "toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbar=0,resizable=0,width=700,height=700" :  p.arguments[2];var popup = window.open(u,t,s);popup.focus();
}



function player_podcasts(t,l,f) {
  url = 'http://www.energy.de/typo3conf/ext/nrjpodcast/pi1/player/index.php?title='+t+'&logo='+l+'&url='+f;
	p(url,"podcastplayer","toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbar=0,resizable=0,width=430,height=540");

}



