<!--
function txHeader(dyn, serv) {
var w=0;
document.write('<a name="top"></a>');
document.write('<table border="0" cellpadding="0" cellspacing="0" width="100%">');
document.write('<tr height="11">');
document.write('  <td width="185" height="11" align="left"></td>');
document.write('  <td width="15" height="11" align="left"></td>');
document.write('  <td width="600" height="11" align="left"></td>');
document.write('</tr>');
document.write('<tr><td colspan="3"><img src="/img/alg/pxCE0031.gif" width="100%" height="1"  border="0" alt""></tr>');
document.write('<tr height="100">');
document.write('  <td class="toolBoxLogo" width="185" height="100"><a href="/index.html"><img src="/images/www/transpix.gif" width="185" height="100" border="0" alt="Home"></a></td>');
document.write('  <td class="headerFiller" width="15">&nbsp;</td>');
document.write('  <td class="toolBoxHeader" width="600" 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="headerlinks">');
// document.write('							<a href="/index.html" class="headerlinks">Nederlands</a> | <a href="/4index.html" class="headerlinks">English</a> | <a href="/2index.html" class="headerlinks">Fran&ccedil;ais</a></div>');
document.write('						</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 NOWRAP>');
document.write('						<div align="right" class="headerlinks">');
//document.write('							<a href="/index.html" target="_top" class="hoodfmenuwit">HOME</a> | <a href="/1/info/" class="hoodfmenuwit">OVER TAXISTOP</a> | <a href="/1/info/1links.htm" class="hoodfmenuwit">LINKS</a> | <a href="/1/info/1contact.htm" class="hoodfmenuwit">CONTACT</a></div>');
document.write('						</div>');
document.write('					</td>');
document.write('					<td width="20"></td>');
document.write('				</tr>');
document.write('			</table>');
document.write('		</div>');
document.write('	</td>');
document.write('</tr>');
document.write('				<tr><td colspan="3"><img src="/img/alg/pxCE0031.gif" width="100%" height="1"  border="0" alt""></tr>');
document.write('				<tr>');
document.write('					<td colspan="3" valign="top">');
document.write('						<div align="center">');
/// document.write('							<br class="noshade">');
document.write('							<table id="header" width="100%" border="0" cellspacing="0" cellpadding="0">');
document.write('								<tr height="20" valign="middle">');
if (serv=="H") { w=25; } else { w=5; }
document.write('									<td width="' + w + '" class="header"></td>');
document.write('									<td class="header"><span class="crumbLink">');
//
breadcrumbs();
//
document.write('');
document.write('									</span></td>');
document.write('								</tr>');
document.write('							</table>');
document.write('</td></tr>');
document.write('				<tr><td colspan="3"><img src="/img/alg/pxCE0031.gif" width="100%" height="1" border="0" alt""></tr>');
document.write('</table>');
}
//-->
