function showbox(url, width, height, mode){
	url = "http://web346.server1.netmotion.de/"+url;
	if(mode == 2){
		output = '<object id="flowplayer" width="'+width+'" height="'+height+'" data="apps/flowplayer/flowplayer-3.1.5.swf" type="application/x-shockwave-flash"><param name="movie" value="apps/flowplayer/flowplayer-3.1.5.swf" /><param name="allowfullscreen" value="false" /><param name="flashvars" value=\'config={"clip":"'+url+'"}\' /></object>';
	}else{
		output = '<object style="" height="'+width+'px" width="'+height+'px" data="apps/emff/emff_standard.swf?src='+url+'" type="application/x-shockwave-flash"><param value="apps/emff/emff_standard.swf?src='+url+'" name="movie" /><param value="high" name="quality" /><param value="transparent" name="wmode" /></object>';	
	
	}

	$.nyroModalManual({
		 minWidth: width, // Minimum width
		 minHeight: height, // Minimum height
		 modal: false,
		 zIndexStart: 1000,
		 padding: 20,
		 bgColor: '#FFFFFF',
		 content: output
	});
	
	return false;

}
