var family_status=''
// possible values: a - ancestors, k - klopotek, o -other

function InfoLine()
{
 document.write('<TABLE ALIGN="center" BORDER="0" CELLSPACING="0" CELLPADDING="0" WIDTH="670">')
 document.write('<TR><TD COLSPAN="2" HEIGHT="4" BGCOLOR="#E8C070"  ALIGN="center">')
if (family_status=='') { document.write('<A HREF=family.htm>[Family]</A>')}
if (family_status=='' || family_status=='a' ) 
{ document.write('<A HREF=dynasty.htm>[Dynasty]</A>')}
if (family_status!='o') {  document.write('<A HREF=makrod.html>[Deep Roots]</A>')}
if (family_status=='o') {  document.write('<A HREF=family.htm>[Beata i Mieczyslaw Klopotek]</A>')}
if (family_status=='') {  document.write('<A HREF=img/photos.htm>[Family photos]</A>')}
 document.write('</TD></TR>')
 document.write('</TABLE>')
}


function Member()
{
 document.write('<img src="img/kolomaly.gif" width=40')
 document.write('height=57> ')
 document.write('</A>')
 document.write('<font size=7 color=Green>')
 document.write('Member of the Klopotek Family')
 document.write('</font>')
}

function START(name)
{
 document.write(' <TITLE>'+name+'</TITLE> ')
 document.write('</HEAD>')
 document.write('<BODY BGCOLOR=White text=Black  LINK=Olive  ALINK=Purple VLINK=Navy > ')

 InfoLine()

 document.write('<center>')
 document.write('<H1> <font color=Olive>'+name+'</font></H1> ')
 document.write('</center>')
if (family_status=='' || family_status=='k') { 
 document.write('<center>')
 document.write('Welcome to yet another spider <IMG SRC="img/spider.gif" ALIGN=top ')
 document.write(' ALT="[spider]"> ')
 document.write('sitting over (t)here on the Web!')
 document.write('</center>')
 }
}
function STOP()
{

if (family_status!='o') {Member()}
InfoLine()

}


