function showchristmasskin(toppos)
{
//toppos anpassen wenn header ausgeblendet ist
var str = "";
str+='<div style="width:800px;position:absolute;top:-'+toppos+'px;text-align:left;">';
str+='<div style="width:800px;position:absolute;top:0px;">';
// santa claus top left
str+='	<div style="position:absolute;top:230px;left:130px;height:1px;">';
str+='		<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0" width="75" height="230">';
str+='			<param name="movie" value="images/1/christmas_skin/santaclaus.swf" />';
str+='			<param name="loop" value="true" />';
str+='			<param name="menu" value="false" />';
str+='			<param name="quality" value="autohigh" />';
str+='			<param name="wmode" value="transparent" />';
str+='			<param name="scale" value="noscale" />';
str+='			<embed src="images/1/christmas_skin/santaclaus.swf" loop="true" scale="exactfit" menu="false" quality="autohigh" wmode="transparent" width="75" height="230" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?p1_prod_version=shockwaveflash"></embed>';
str+='		</object>';
str+='	</div>';
//ball top right
str+='		<div style="position:absolute;top:300px;left:640px;height:1px;">';
str+='			<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0" width="40" height="160">';
str+='				<param name="movie" value="images/1/christmas_skin/kugelstrang.swf" />';
str+='				<param name="loop" value="true" />';
str+='				<param name="menu" value="false" />';
str+='				<param name="quality" value="autohigh" />';
str+='				<param name="wmode" value="transparent" />';
str+='				<param name="scale" value="noscale" />';
str+='				<embed src="images/1/christmas_skin/kugelstrang.swf" loop="true" scale="exactfit" menu="false" quality="autohigh" wmode="transparent" width="40" height="160" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?p1_prod_version=shockwaveflash"></embed>';
str+='			</object>';
str+='		</div>';
/*
str+='<div style="position:absolute;top:400px;left:250px;height:310px;width:350px;cursor:pointer;" onclick="this.style.display=\'none\';">';
str+='	<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0" width="350" height="310">';
str+='	<param name="movie" value="images/1/christmas_skin/karte_'+masterid+'.swf" />';
str+='	<param name="loop" value="true" />';
str+='	<param name="menu" value="false" />';
str+='	<param name="quality" value="autohigh" />';
str+='	<param name="wmode" value="transparent" />';
str+='	<param name="scale" value="noscale" />';
str+='	<embed src="images/1/christmas_skin/karte_'+masterid+'.swf" loop="true" scale="exactfit" menu="false" quality="autohigh" wmode="transparent" width="350" height="310" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?p1_prod_version=shockwaveflash"></embed>';
str+='	</object>';
str+='	<div align="center" style="position:absolute;top:0px;left:334px;width:16px;height:16px;cursor:pointer;z-index:666;background-color:#E80609;" onclick="this.style.display=\'none\';"><span style="color:white;font-weight:bold;">x</span></div>';
str+='</div>';
*/
//greens middle
str+='		<div style="position:absolute;top:808px;left:190px;height:1px;">';
str+='			<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0" width="470" height="30">';
str+='				<param name="movie" value="images/1/christmas_skin/girlande.swf" />';
str+='				<param name="loop" value="true" />';
str+='				<param name="menu" value="false" />';
str+='				<param name="quality" value="autohigh" />';
str+='				<param name="wmode" value="transparent" />';
str+='				<param name="scale" value="noscale" />';
str+='				<embed src="images/1/christmas_skin/girlande.swf" loop="true" scale="exactfit" menu="false" quality="autohigh" wmode="transparent" width="470" height="30" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?p1_prod_version=shockwaveflash"></embed>';
str+='			</object>';
str+='		</div>';
//greens bottom
str+='		<div style="position:absolute;top:1210px;left:0px;height:1px;">';
str+='			<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0" width="800" height="67">';
str+='				<param name="movie" value="images/1/christmas_skin/kugelgirlande.swf" />';
str+='				<param name="loop" value="true" />';
str+='				<param name="menu" value="false" />';
str+='				<param name="quality" value="autohigh" />';
str+='				<param name="wmode" value="transparent" />';
str+='				<param name="scale" value="noscale" />';
str+='				<embed src="images/1/christmas_skin/kugelgirlande.swf" loop="true" scale="exactfit" menu="false" quality="autohigh" wmode="transparent" width="800" height="67" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?p1_prod_version=shockwaveflash"></embed>';
str+='			</object>';
str+='		</div>';
str+='	</div>';
str+='</div>';
document.writeln(str);

}

function showchristmasheader()
{
var str = "";
str+='<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0" width="800" height="76">';
str+='	<param name="movie" value="images/1/christmas_skin/header.swf" />';
str+='	<param name="loop" value="true" />';
str+='	<param name="menu" value="false" />';
str+='	<param name="quality" value="autohigh" />';
str+='	<param name="wmode" value="transparent" />';
str+='	<param name="scale" value="noscale" />';
str+='	<embed src="images/1/christmas_skin/header.swf" loop="true" scale="exactfit" menu="false" quality="autohigh" wmode="transparent" width="800" height="76" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?p1_prod_version=shockwaveflash"></embed>';
str+='</object>';

document.writeln(str);
}
