  var BackgroundColor = '#FFEF94';
	var CounterFontColor = '#9B0052';
  GenealogieNavigator = this.document;
  GenealogieNavigator.open();
	GenealogieNavigator.write("<center><table width=100% border=01 borderColor='#F6D63E' align='center'>");	
	GenealogieNavigator.write("<tr bgcolor='" + BackgroundColor + "'>");
	// ----- LEFT TABLE: VISITOR COUNTER -----	
	GenealogieNavigator.write("<td bgcolor='" + BackgroundColor + "' width=15% valign='bottom'>");		  
  CounterDir = 'http://www.antonidesgenealogie.nl/antonides-counter';			 					
	Count = 0; 
	Temp = '';
	VisNo = '' + Visitor + '';
	for (Count = 0; Count < VisNo.length; Count++)
	{				
    Temp += "<img src=" + '"' + CounterDir + "/" + VisNo.substring (Count, Count+1) + ".gif\">" 
	}			
	GenealogieNavigator.write("<center><font size=1 color='" + CounterFontColor + "'>Bezoeker&nbsp;&nbsp;|&nbsp;&nbsp;Visitor:</font><br>" + Temp + "<br><font size=1 color='" + CounterFontColor + "'>(Start: 12.03.2004)</font></center></td>");
	// ----- CENTER-TABLE: TEXT-BLOCK -----
	GenealogieNavigator.write("<td width=70% bgcolor='" + BackgroundColor + "' align='center' height=60>");	
	GenealogieNavigator.write("<center><font color='"+ CounterFontColor + "'>");
	GenealogieNavigator.write("<b>Genealogie Familie Antonides || Antonides Family Genealogy</b>");
	GenealogieNavigator.write("&nbsp;&nbsp;<a href='http://antonides.hyves.nl/' target='_new'><img src=\"\images/gethyved96x42.gif\"\ border=0 align='right' onmouseOver=\"\CommentInt('Hyve jezelf aan de Antonides-Hyve.', 'Get yourself Hyed to the Antonides-Hyve.','#0C6D9A',300)\"\; onmouseOut=\"\kill()\"\></b></a>");
	GenealogieNavigator.write("<br><small>Uw vragen, opmerkingen, foto's en aanvullingen zijn van harte welkom.");
	GenealogieNavigator.write("&nbsp;&nbsp;<a href='mailto:andre.antonides@blaise.nl?subject=Antonides Genealogie'><img src=\"\images/email.gif\"\ border=0 onmouseOver=\"\CommentInt('E-mail vragen, opmerkingen, suggesties, etc. naar mij.', 'E-mail your questions, remarks, updates, etc. to me.','#0C6D9A',300)\"\; onmouseOut=\"\kill()\"\></b></a>");
	GenealogieNavigator.write("<br>Your questions, remarks, photo's and updates are much appreciated.");
	GenealogieNavigator.write("<br>VERGEET NIET OM HET <a href='guestbook/index.html'>GASTENBOEK</a> TE TEKENEN...  |  DON'T FORGET TO SIGN THE <a href='guestbook/index.html'>GUESTBOOK</a>...</font></small></td>");
	//GenealogieNavigator.write("&nbsp;&nbsp;<a href='mailto:andre.antonides@blaise.nl?subject=Antonides Genealogie'><img src=\"\images/email.gif\"\ border=0 onmouseOver=\"\CommentInt('E-mail vragen, opmerkingen, suggesties, etc. naar mij.', 'E-mail your questions, remarks, updates, etc. to me.','#0C6D9A',300)\"\; onmouseOut=\"\kill()\"\></b></a></td>");
	// ----- RIGHT TABLE: WAVING FRYSIAN FLAG -----
	GenealogieNavigator.write("<td width=15% bgcolor='" + BackgroundColor + "' align='left'><a href='JavaScript:parent.PopUp_Left(\"friesvolkslied\")' onmouseOver=\"\CommentInt('Klik hier voor de tekst Fries Volkslied', 'Click here for the lyrics of the Frysian National Anthem','#0C6D9A',300)\"\; onmouseOut=\"\kill()\"\><center><img src='images/friesevlag001.gif' width=75 height=50 border=0><img src=\"\images/info3.gif\"\ border=0></a></center></td>");
	GenealogieNavigator.write("</tr></table></center>");
  GenealogieNavigator.close();
