
<!-- Begin
  var ScrnSize = "UnCommon"

  if (navigator.appVersion.indexOf("4.") != -1 && 
      navigator.appName.indexOf("Explorer") != -1) {
     ScrnSize = screen.width + "x" + screen.height;
  }
  if (navigator.appVersion.indexOf("4.") != -1 && 
      navigator.appName.indexOf("Netscape") != -1) {
     ScrnSize = screen.width + "x" + (screen.height + 19); //Netscape sees 19 pixels less on Height
  }  switch(ScrnSize) {
    case "640x480":   document.write('<style> body { background-image: url(images/bg_1280x1024.png); background-repeat: no-repeat; background-position:right bottom; background-attachment:fixed; background-color: #000; background-color: #000; }</style>');
    case "800x600":   document.write('<style> body { background-image: url(images/bg_1280x1024.png); background-repeat: no-repeat; background-position:right bottom; background-attachment:fixed; background-color: #000; }</style>');
    case "1024x768":  document.write('<style> body { background-image: url(images/bg_1280x1024.png); background-repeat: no-repeat; background-position:right bottom; background-attachment:fixed; background-color: #000; }</style>');
    case "1152x864":  document.write('<style> body { background-image: url(images/bg_1280x1024.png); background-repeat: no-repeat; background-position:right bottom; background-attachment:fixed; background-color: #000; }</style>');
    case "1280x1024": document.write('<style> body { background-image: url(images/bg_1280x1024.png); background-repeat: no-repeat; background-position:right bottom; background-attachment:fixed; background-color: #000; }</style>');
    case "1600x1200": document.write('<style> body { background-image: url(images/bg.png); background-repeat: no-repeat; background-position:right bottom; background-attachment:fixed; background-color: #000; }</style>');
    case "1600x1280": document.write('<style> body { background-image: url(images/bg.png); background-repeat: no-repeat; background-position:right bottom; background-attachment:fixed; background-color: #000; }</style>');
    default:          document.write('<style> body { background-image: url(images/bg.png); background-repeat: no-repeat; background-position:right bottom; background-attachment:fixed; background-color: #000; }</style>');
  }
//  End -->
