﻿ function setImg(loc,label)  {
  parent.clabel=label;
  var up = "";
  var i = 0 ;
  while ( i < document.level)
     { up = up + "../" ; i++ ; } ;
  parent.cloc = "cogImage/" + loc + ".gif";
<!--  parent.cloc = "../Website/cogImage/" + loc + ".gif"; -->
  window.location.href = up + "cogImImg.html";
};
 function setTopic(topic) {
  parent.gpath = topic + ".html";
  window.location.href  = parent.gpath;
};
 function setSubTopic(topic,sub) {
  parent.gpath = topic + ".html#" + sub;
  window.location.href  = parent.gpath;
};
 function footer(firstp,lastp,cprt) {
  var up = "";
  var i = 0 ;
  while ( i < document.level)
     { up = up + "../" ; i++ ; } ;
document.writeln("<DIV class='nav'><BR><BR>");
document.writeln("Return to: <A href='" + up + "index.html#INDEXMAP' target='_top'>");
document.writeln("Peoples of Nuristân Map</A> | ");
document.writeln("<A href='" + up + "index.html#TOP' target='_top'>Top</A> | ");
document.writeln("<A href='" + up + "index.html#TOC' target='_top'>Topics</A><BR><BR>");
document.writeln("First posted " + firstp + "&nbsp;&nbsp;&nbsp;Last modified " + lastp + "<BR><BR>");
document.writeln("Copyright &copy; " + cprt + " by Richard F. Strand");
document.writeln("</DIV>"); 
window.status = document.URL ;
};
