/* An dieser Datei DARF nichts geändert werden !!! */
function getcss()
{
 var cssfile="800x600.css";
 if (screen.width<800) cssfile="640x480.css";
 if (screen.width>800) cssfile="1024x768.css";
 return cssfile;
}
