 if (document.getElementById||document.all) {
    document.write('  <link rel="stylesheet" href="css/style_ie.css">');
  } else {
    document.write('  <link rel="stylesheet" href="css/style_nn.css">');
  }

