document.write("<tr>");
document.write("<td class='footnoteArea' align='center'>");
document.write("<hr width='80%'>");
document.write("<p style='margin-top: 0.5em; margin-bottom: 0.5em;'>");
for (i=0; i<itemArr.length; i++) {
  if (itemArr[i]==curPage) {
	  document.write("["+itemArr[i]+"]");
	}
	else {
	  document.write("[<a href="+linkArr[i]+">");
  	document.write(itemArr[i]+"</a>]");
	}
}
document.write("</p>");
document.write("Place of the Seminar: <a href='http://nasb.gov.by/eng/organizations/institutes/inoteh.html#off260'>Joint Institute for Power and Nuclear Research - Sosny </a> <br>");
document.write("of the <a href='http://nasb.gov.by'>National Academy of Sciences</a> of Belarus<br>");
document.write("<em>Organizing Commitee:&nbsp;</em>");
document.write("<a href='mailto:npcs@sosny@dragon.bas-net.by'>npcs@sosny.bas-net.by</a>");
document.write("</td></tr>");
