if (!document.getElementById) {
	window.location ="http://www.webstandards.org/upgrade";
}
function popUp(url,name,width,height,features){
	var newWindow=window.open(''+ url + '',''+ name + '','width=' + width + ',height=' + height + ',top=' + (screen.height-height)/2 + ',left=' + (screen.width-width)/2 + ',features=' + features + ''); 
	if(newWindow){
		newWindow.focus();
	}else{
		Check = confirm("Ihr Webbrowser hat ein Popup-Fenster blockiert.\nWollen Sie dennoch zu \""+url+"\" navigieren?");
		if (Check == true){
			window.location.href = url;
		}
	}
}
function initFlashContent(){
	var reload=Math.round(Math.random()*1000000000000);
	var so = new SWFObject("swf/brilliance_winter.swf?reload="+reload, "hdi", "940", "660", "8", "#FFFFFF");
	so.useExpressInstall('swf/expressinstall.swf');
	so.write("flashcontent");
}

function initFlashContentRSB(){
	var reload=Math.round(Math.random()*1000000000000);
	var so = new SWFObject("swf/RSB_brilliance_winter.swf?reload="+reload, "hdi", "940", "660", "8", "#FFFFFF");
	so.useExpressInstall('swf/expressinstall.swf');
	so.write("flashcontent");
}

function initFlashContentLCC(){
	var reload=Math.round(Math.random()*1000000000000);
	var so = new SWFObject("swf/LCC_brilliance_winter.swf?reload="+reload, "hdi", "940", "660", "8", "#FFFFFF");
	so.useExpressInstall('swf/expressinstall.swf');
	so.write("flashcontent");
}

function initRCI_banner(){
	var so = new SWFObject("swf/RSB_teaser_brilliance_site.swf", "banner_brilliance", "170", "75", "8", "#FFFFFF");
	so.useExpressInstall('swf/expressinstall.swf');
	so.write("RCI_banner");
}
