function Splashscreen() {
var screenW = 640, screenH = 480;
screenW = screen.width;
screenH = screen.height;
width0='800';
width1='695';
height1='450';
/** if (screenW >= 1024) {width0='1024'; width1='830'; height1='540';}; **/
/** if (screenW >= 1280) {width0='1280'; width1='1000'; height1='660';}; **/
/** if (screenW >= 1600) {width0='1600'; width1='1250'; height1='820';}; **/
/** if (screenW >= 2048) {width0='2048'; width1='1565'; height1='1020';}; **/
var s= '';
s += '<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http:\/\/download.macromedia.com\/pub\/shockwave\/cabs\/flash\/swflash.cab#version=6,0,0,0" width="'+width1+'" height="'+height1+'" id="Avalons-Treasury">';
s += '<param name="movie" value="Avalons-Treasury-Edler-Schmuck-und-zeitlose-Anhaenger.swf">';
s += '<param name="loop" value=true>';
s += '<param name="quality" value="high">';
s += '<param name="bgcolor" value="#000000">';
s += '<embed name="Avalons-Treasury" src="Avalons-Treasury-Edler-Schmuck-und-zeitlose-Anhaenger.swf" loop="true" quality="high" bgcolor="#000000" width="'+width1+'" height="'+height1+'" type="application\/x-shockwave-flash" pluginspage="http:\/\/www.macromedia.com\/go\/getflashplayer">';
s += '<\/embed>';
s += '<\/object>';
document.write(s);
}
