/* Frames befreier für "Bottom" pages only */

<!--if (top.frames.length<1) top.location.href="index.html"--> 

/* Auswahl CSS datei */

if (screen.width>=1024&&screen.width<1152) 
   {document.write("<link rel=stylesheet type=text/css href=1024.css>");}
if (screen.width>=1152&&screen.width<1280) 
   {document.write("<link rel=stylesheet type=text/css href=1152.css>");}
if (screen.width>=1280&&screen.width<1360) 
   {document.write("<link rel=stylesheet type=text/css href=1280.css>");}   
if (screen.width>=1360) 
   {document.write("<link rel=stylesheet type=text/css href=1400.css>");}
if (screen.width<1024) 
   {document.write("<link rel=stylesheet type=text/css href=800.css>");}

/* sound for OnMouseOver */

document.write('<bgsound src="#" id=mysound loop=1 autostart="true">')

function playsound(thesound) {
if (document.all)
document.all.mysound.src = thesound;
}


