<!--
Normal1 = new Image();
Normal1.src = "/img/tunein/playflash_0.png";
Highlight1 = new Image();
Highlight1.src = "/img/tunein/playflash_1.png";


function Bildwechsel(Bildnr,Bildobjekt) {
	if(document.getElementById) {
		document.getElementById(Bildnr).src = Bildobjekt.src;
	}
}


function popup_cw() {
	cw = window.open("","cw","width=665,height=452,resizable=no");
	return true;
}




//-->
