var rl_hoerprobe_so;
function rl_embed_hoerprobe(productid){
	rl_hoerprobe_so = new SWFObject("https://whitelabel.mw-radioland.de/tui-shop/hoerproben/hoerprobe_1.0.0.swf","rl_hoerproben","230","128","9","#83ADFF");
	rl_hoerprobe_so.addParam("allowScriptAccess","always");
	rl_hoerprobe_so.addParam("menu","false");
	rl_hoerprobe_so.addParam("quality","best");
	rl_hoerprobe_so.addVariable("productid",productid);
	rl_hoerprobe_so.write("rl_hoerproben_container");
}
function rl_sizePlayer(items){
	if(!document.getElementById('rl_hoerproben')) return;
	document.getElementById('rl_hoerproben').style.height=((items*21)+23)+'px';
}
function rl_stop_hoerprobe(){
	if(!document.getElementById('rl_hoerproben_container')) return;
	rl_hoerprobe_so.write("rl_hoerproben_container");
}

