
billede = "titelbillede-2000"
skaermbredde = "100%"

  if (typeof screen == "object"
      && screen.width > 1950)
    { billede = "titelbillede-2000";
      skaermbredde = "2000";}
  else 
  if (typeof screen == "object"
      && screen.width > 1850)
    { billede = "titelbillede-1900";}
  else 
  if (typeof screen == "object"
      && screen.width > 1750)
    { billede = "titelbillede-1800";}
  else 
  if (typeof screen == "object"
      && screen.width > 1650)
    { billede = "titelbillede-1700";}
  else 
  if (typeof screen == "object"
      && screen.width > 1550)
    { billede = "titelbillede-1600";}
  else 
  if (typeof screen == "object"
      && screen.width > 1450)
    { billede = "titelbillede-1500";}
  else 
  if (typeof screen == "object"
      && screen.width > 1350)
    { billede = "titelbillede-1400";}
  else 
  if (typeof screen == "object"
      && screen.width > 1250)
    { billede = "titelbillede-1300";}
  else 
  if (typeof screen == "object"
      && screen.width > 1190)
    { billede = "titelbillede-1200";}
  else 
  if (typeof screen == "object"
      && screen.width > 1090)
    { billede = "titelbillede-1100";}
  else 
  if (typeof screen == "object"
      && screen.width > 950)
    { billede = "titelbillede-1000";}
  else 
  if (typeof screen == "object"
      && screen.width > 850)
    { billede = "titelbillede-900";}
  else 
  if (typeof screen == "object"
      && screen.width > 750)
    { billede = "titelbillede-800";}
  else 
  if (typeof screen == "object"
      && screen.width < 750)
    { billede = "titelbillede-700"; 
      skaermbredde = "700";}

document.write ("<DIV CLASS=titel><IMG SRC=titel/" + billede + ".jpg HEIGHT=100px WIDTH=" + skaermbredde + "> </DIV>" );

