// JavaScript fsChage(fileName) by LWL V. 0.20 24.11.2000

function fsChange(fileName)
{
 if(top.fsLoaded != "gruenenberg")
 {
  window.name = "mainDoc_" + fileName;
  if(document.images)
   top.location.replace("index.html");
  else
   top.location.href = "index.html";
 }
}
