/* scripts-style.js                                               ANSI-Format */
/* created: dj 130106                                                         */
/* */
/* ****************************************************************************/
<!-- vor alten Browsern verstecken
/* for all */
sheet = '<link rel="stylesheet" HREF="OPAX.css.S" TYPE="text/css">';

if (screen.width < 1024)
   sheet = '<link rel="stylesheet" HREF="../OPAX-8.css.S" TYPE="text/css"><br>'
         + '<link rel="stylesheet" HREF="OPAX-8.css.S" TYPE="text/css">';
else 
   if (screen.width < 1280 && screen.height <= 768) 
      sheet = '<link rel="stylesheet" HREF="../OPAX-1024x768.css.S" TYPE="text/css"><br>'
            + '<link rel="stylesheet" HREF="OPAX-1024x768.css.S" TYPE="text/css">';
   else 
      sheet = '<link rel="stylesheet" HREF="../OPAX-1280x768.css.S" TYPE="text/css"><br>'
            + '<link rel="stylesheet" HREF="OPAX-1280x768.css.S" TYPE="text/css">';
document.write(sheet); 
/* ****************************************************************************/ 
// 800  x 600
// 1024 x 768
// 1280 x 1024


// -->


