function LitStelle(name)
{
document.writeln('<li><A NAME="'+name+'"><font color=navy size=-1>['+name+']</font></A>')
}

function LitRef(name)
{
document.writeln('<i><A HREF="#'+name+'">['+name+']</A></i>')
}



var noJournal=0

var noJournalK=0

var noJournalKW=0

var noJournalZ=0

var noJournalZW=0



function isJournal() 

{noJournal++; 

}


function isJournalK() 

{noJournalK++; 
 isJournal() 

}


function isJournalKW() 

{noJournalKW++; 
 isJournalK() 

}



function isJournalZ() 

{noJournalZ++; 
 isJournal() 

}

function isJournalZW() 

{noJournalZW++; 
 isJournalZ() 

}



function showJournal() 

{ document.writeln("No of referred journal publications: "+noJournal+"<BR>");
  document.writeln("--* Polish: "+noJournalK+"<BR>");

  document.writeln("--*---* co-authoring: "+noJournalKW+"<BR>");

  document.writeln("--* foreign: "+noJournalZ+"<BR>");

  document.writeln("--*---* co-authoring: "+noJournalZW+"<BR>");

}



var noBookChapter=0



function isBookChapter() 

{noBookChapter++; 

}



function showBookChapter() 

{ document.writeln("No of chapters in referred books: "+noBookChapter+"<BR>");

}



var noConference=0

var noConferenceK=0

var noConferenceZ=0



function isConference() 

{noConference++; 

}


function isConferenceK() 

{noConferenceK++; 
 isConference() 

}


function isConferenceZ() 

{noConferenceZ++; 
 isConference() 

}



function showConference() 

{ document.writeln("No of Conference papers: "+noConference+"<BR>");

  document.writeln("--* Polish: "+noConferenceK+"<BR>");

  document.writeln("--* foreign & international: "+noConferenceZ+"<BR>");

}



var noBook=0



function isBook() 

{noBook++; 

}



function showBook() 

{ document.writeln("No of books published: "+noBook+"<BR>");

}







var noVolumeEditor=0



function isVolumeEditor() 

{noVolumeEditor++; 

}



function showVolumeEditor() 

{ document.writeln("No of Volumes edited: "+noVolumeEditor+"<BR>");

}



function summary() 
{
document.writeln("<P>Summary:<BR>")
showJournal() 
showBook() 
showBookChapter() 
showConference() 
showVolumeEditor() 
}

function termYear(y)
{document.write('<A NAME="'+y+'">'+y+'</A>')
}
function refdYear(y)
{document.write('<A HREF="lp1998.htm#'+y+'">'+y+'</A>  ')
}
function refhYear(y)
{document.write('<A HREF="lp1999.htm#'+y+'">'+y+'</A>  ')
}

function refs()
{
document.write('<A NAME="DE">*</A><A NAME="PL">*</A><A NAME="EN">*</A>')

refhYear('To appear')
refhYear('2003') 
refhYear('2002') 
refhYear('2001') 
refhYear('2000') 
refhYear('1999, since July')
refdYear('1999, till June')
refdYear('1998')
refdYear('1997')
refdYear('1996')
refdYear('1995')
refdYear('1994')
refdYear('1993')
refdYear('1992')
refdYear('1991')
refdYear('1990')
refdYear('1989')
refdYear('1983 - 1988')
}

