<!--
Normal1 = new Image();
Normal1.src = "/img/tune_mp3_1.gif";
Highlight1 = new Image();
Highlight1.src = "/img/tune_mp3_0.gif";

Normal2 = new Image();
Normal2.src = "/img/tune_ogg_1.gif";
Highlight2 = new Image();
Highlight2.src = "/img/tune_ogg_0.gif";

Normal3 = new Image();
Normal3.src = "/img/tune_flash_1.gif";
Highlight3 = new Image();
Highlight3.src = "/img/tune_flash_0.gif";

function Bildwechsel(Bildnr,Bildobjekt) {
 window.document.images[Bildnr].src = Bildobjekt.src;
}

var iid;

function info(iid) {
	if(document.getElementById) {
		if(document.getElementById(iid).style.display == "none") {
            document.getElementById(iid).style.display = "block";
        } else {
            document.getElementById(iid).style.display = "none";
        }
    }
}

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




//-->