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