function writeTop(){
	document.write('<table border=0 cellpadding=0 cellspacing=0 width=100%>\n');
	document.write('  <tr><td bgColor="#336699"><img src="' + pfad + 'pics/spacer.gif" width=1 height=1 border=0></td></tr>\n');
	document.write('  <tr>\n');
	document.write('    <td>\n');
	document.write('      <table border=0 cellpadding=0 cellspacing=0 width=100%>\n');
	document.write('        <tr>\n');
	document.write('          <td><img src="' + pfad + 'pics/navchristus.gif" width=35 height=24 border=0></td>\n');
	document.write('          <td align=left nowrap><span class=shortLinks><nobr> Kościół Jezusa Chrystusa Świętych w Dniach Ostatnich</nobr></span></td>\n');
	document.write('          <td><img src="' + pfad + 'pics/spacer.gif" width=20 height=1 border=0></td>\n');
	document.write('	  <td align=right nowrap>\n');
	
	writeShortlinks();
	
	document.write('          </td>\n');
	document.write('        </tr>\n');
	document.write('      </table>\n');
    	document.write('    </td>\n');
	document.write('  </tr>\n');
	document.write('  <tr><td bgColor="#000000"><img src="' + pfad + 'pics/spacer.gif" width=750 height=1 border=0></td></tr>\n');
	document.write('  <tr><td bgColor="#999966"><img src="' + pfad + 'pics/spacer.gif" width=1 height=1 border=0></td></tr>\n');
	document.write('  <tr>\n');
	document.write('    <td bgColor="#CCCC99">\n');

	document.write('      <table border=0 cellpadding=0 cellspacing=0>\n');
	document.write('        <tr>\n');
	document.write('          <td><img src="' + pfad + 'pics/spacer.gif" width=5 height=14 border=0></td>\n');
	document.write('          <td><a href="/" class=trailLink>Strona startowa</a></td>\n');
	for(z=0;z<depth;z++){
		document.write('          <td><img src="' + pfad + 'pics/arrow_olive.gif" width=13 height=14 border=0></td>\n');
		if(z!=depth-1){
			document.write('          <td><a class=trailLink href="' + verortung[z][1] +'">' + verortung[z][0] +'</a></td>\n');
		} else {
			document.write('          <td><span class=trailLink>' + verortung[z][0] +'</span></td>\n');
		}
	}
	document.write('        </tr>\n');
	document.write('      </table>\n');

	document.write('    </td>\n');
	document.write('  </tr>\n');
	document.write('  <tr><td bgColor="#999966"><img src="' + pfad + 'pics/spacer.gif" width=1 height=1 border=0></td></tr>\n');
	document.write('</table>\n');

	document.write('<table border=0 cellpadding=0 cellspacing=0 width=100%>\n');
	document.write('<tr>\n');
	document.write('<td bgColor=white valign=top colspan=2>\n');

	document.write('  <table border=0 cellpadding=0 cellspacing=0 width=100%>\n');
	document.write('    <tr><td bgColor="#003366"><img src="' + pfad + 'pics/spacer.gif" width=620 height=20 border=0></td></tr>\n');
	document.write('    <tr><td align=left valign=top><img src="' + pfad + 'pics/topcurve.gif" width=26 height=22 border=0></td></tr>\n');
	document.write('  </table>\n');

	document.write('  <table border=0 cellpadding=0 cellspacing=0 width=100%>\n');
	document.write('    <tr>\n');
	document.write('      <td width=1><img src="' + pfad + 'pics/spacer.gif" width=10 height=1 border=0></td>\n');
	document.write('      <td width=5000>\n');
}	
	

function writeBot(){
	document.write('      </td>\n');
	document.write('      <td width="10"><img src="' + pfad + 'pics/spacer.gif" width="10" height="1" border="0"></td>\n');
	document.write('    </tr>\n');
	document.write('  </table>\n');
	document.write('</td>\n');
	document.write('</tr>\n');
	document.write('<tr>\n');
	document.write('<td bgcolor=white align=left valign=bottom><img src="' + pfad + 'pics/bottomcurve.gif" width=26 height=22 border=0></td>\n');
	document.write('</tr>\n');
	
	writeDisclaimer_oNavi();
	
	document.write('</table>\n');
}