<!--
function txHeader(dyn, serv) {
document.write('<a name="top"></a>');
document.write('<table border="0" cellpadding="0" cellspacing="0">');
document.write('<tr height="11">');
document.write('  <td width="421" height="11"></td>');
document.write('');
document.write('  <td width="60" height="11" ></td>');
document.write('');
document.write('  <td width="414" height="11"></td>');
document.write('</tr>');
document.write('<tr height="100"><td colspan="3"><table class="header2008" cellpadding="0" cellspacing="0" border="0"><tr valign="top">');
document.write('');
document.write('  <td class="txlogo" width="421" height="100"><a href="/3index.html"><img src="/images/www/transpix.gif" width="250" height="80" border="0" alt="Home (EN)"></a></td>');
document.write('');
document.write('  <td class="gradient" width="60" height="100">&nbsp;</td>');
document.write('');
document.write('  <td class="kompas" width="414" height="100">');
document.write('    <div align="right">');
document.write('			<table border="0" cellspacing="0" cellpadding="0" height="100">');
document.write('				<tr>');
document.write('					<td>');
document.write('						<div align="right" class="meeruitleg">');
document.write('							 <a href="/4index.html" class="meeruitleg">English</a> | <a href="/2index.html" class="meeruitleg">Fran&ccedil;ais</a> | <a href="/1index.html" class="meeruitleg">Nederlands</a></div>');
document.write('					</td>');
document.write('					<td width="20"></td>');
document.write('				</tr>');
document.write('				<tr>');
document.write('					<td></td>');
document.write('					<td width="20"></td>');
document.write('				</tr>');
document.write('				<tr>');
document.write('					<td>');
document.write('						<div align="right" class="meeruitleg">');
document.write('							<a href="/3index.html" target="_top" class="hoodfmenuwit">HOME</a> | <a href="/4/info/" class="hoodfmenuwit">ABOUT TAXISTOP</a> | <a href="/4/info/4links.htm" class="hoodfmenuwit">LINKS</a> | <a href="/4/info/4contact.htm" class="hoodfmenuwit">CONTACT</a></div>');
document.write('					</td>');
document.write('					<td width="20"></td>');
document.write('				</tr>');
document.write('			</table>');
document.write('		</div>');
document.write('	</td>');
document.write('</td></tr></table></td></tr>');
//
if (!dyn) {
 document.write('				<tr>');
 document.write('					<td colspan="3" valign="top">');
 document.write('						<div align="center">');
 /// document.write('							<br class="noshade">');
 document.write('							<table id="links" width="100%" border="0" cellspacing="0" cellpadding="0">');
 document.write('								<tr height="30" valing="middle">');
 document.write('									<td width="28" class="inhoud"></td>');
 document.write('									<td class="inhoud"><span class="crumbLink">');
 //
 breadcrumbs();
 //
 document.write('');
 document.write('									</span></td>');
 document.write('								</tr>');
 document.write('							</table>');
 document.write('</td></tr>');
}
document.write('</table>');
}
//-->