﻿document.write('<meta http-equiv="Content-Type" content="text/html;charset=UTF-8">'
              +'<link rel="shortcut icon" href="../KD2.gif" type="image/x-icon">'
              +'<link rel="stylesheet" type="text/css" href="../styles04.css">'
              +'</head>'
              +'<body>');
var AN = "";
function openAlbum()
{ AN = document.selAlbum.albumName.value;
  if (AN.substring(AN.length-1) == "/")
    {AN = AN + "index.htm#end";}
  else
    {AN = AN + "/index.htm";};
  document.location.href = AN;
}
