function displayBackground(){
	var width = '1041';
	var height = '309';
	var id = 'flashBg';
	var file = 'fileadmin/templates/images/flash/background.swf';
	
	var vars = 'path=fileadmin/templates/images/flash/&config=fileadmin/templates/images/flash/config.xml';
	
	var tempHTML2='<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0" width="1024" height="309" id="dewplayer" align="middle"><param name="allowScriptAccess" value="sameDomain" /><param name="wmode" value="transparent" /><param name="movie" value="http://www.centrebohey.lu/fileadmin/templates/dewslider.swf?&transition=slide&speed=25&timer=6" /><param name="quality" value="high" /><embed wmode="transparent" src="http://www.centrebohey.lu/fileadmin/templates/dewslider.swf?&transition=slide&speed=25&timer=6" quality="high" width="1024" height="309" name="dewplayer" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer"></embed></object>';
	
	var tempHtml = '<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="'+width+'" height="'+height+'" id="'+id+'" name="'+id+'">';
	tempHtml += '<param name="movie" value="'+file+'">';
	tempHtml += '<param name="quality" value="high">';
	tempHtml += '<param name="menu" value="false">';
	tempHtml += '<param name="wmode" value="transparent">';
	tempHtml += '<param name="scale" value="noscale">';
	tempHtml += '<param name="salign" value="TL">';

	tempHtml += '<param name="flashVars" value="'+vars+'">';
	tempHtml += '<embed src="'+file+'" flashVars="'+vars+'" salign="TL" quality="high" scale="noscale" wmode="transparent" menu="false" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="'+width+'" height="'+height+'" id="'+id+'" name="'+id+'"></embed>';

	tempHtml += '</object>';
	document.getElementById('background').innerHTML = tempHTML2;
	document.getElementById('headerlink').style.backgroundImage = 'none';
}

function isDefined(variable){
	return (typeof(window[variable]) == 'undefined')? false : true;
}
