// Dit is een test script voor de navigatie footer

function Navigatie_Trav_Footer()
{        
         document.writeln('<hr>')
         document.writeln('<div align="center"><center> ')
         document.writeln('<table border="0" cellpadding="0" cellspacing="0" width="420"> ')
         document.writeln('  <tr> ')
         document.writeln('    <td width="11%"><a href="bolivia.html"><img src="icon/button_bolivia.gif" border="0" alt="Bolivia" width="74" height="49"></a></td> ')
         document.writeln('    <td width="11%"><a href="peru.html"><img src="icon/button_peru.gif" border="0" alt="Peru" width="74" height="49"></a></td> ')
         document.writeln('    <td width="11%"><a href="argentina.html"><img src="icon/button_arg.gif" border="0" alt="Argentina" width="74" height="49"></a></td> ')
         document.writeln('    <td width="11%"><a href="china.html"><img src="icon/button_china.gif" border="0" alt="China" width="74" height="49"></a></td> ')
         document.writeln('    <td width="11%"><a href="china2.html"><img src="icon/button_china2.gif" alt="Second page with pictures from China" border="0" width="74" height="49"></a></td> ')
         document.writeln('    <td width="12%"><a href="france.html"><img src="icon/button_france.gif" border="0" alt="France (Serre Chevalier) " width="74" height="49"></a></td> ')
         document.writeln('    <td width="12%"><a href="holland.html"><img src="icon/button_nethland.gif" border="0" alt="My own home" width="74" height="49"></a></td>')
         document.writeln('    <td width="12%"><a href="spain.html"><img src="icon/button_basque.gif" border="0" alt="Spain (basque region)" width="74" height="49"></a></td> ')
         document.writeln('    <td width="12%"><a href="andalucia.html"><img src="icon/button_spain.gif" border="0" alt="Spain (Andalucia)" width="74" height="49"></a></td> ')
         document.writeln('    </td> ')
         document.writeln('  </tr> ')
		 document.writeln('  <tr> ')
		 document.writeln('    <td width="11%"></td> ')
		 document.writeln('    <td width="11%"><a href="usa.html"><img src="icon/button_usa.gif" border="0" alt="USA" width="74" height="49"></a></td> ')
		 document.writeln('    <td width="12%"><a href="rsa.html"><img src="icon/button_safrica.gif" width="74" height="49" alt="South Africa" border="0"></a></td> ')
         document.writeln('    <td width="12%"><a href="zimzam.html"><img src="icon/button_zimzam.gif" width="74" height="49" alt="Zambia /Zimbabawe" border="0"></a></td> ')
         document.writeln('    <td width="12%"><a href="malawi.html"><img src="icon/button_malawi.gif" width="74" height="49" alt="Malawi" border="0"></a></td> ')
         document.writeln('    <td width="12%"><a href="zanzibar.html"><img src="icon/button_zanzibar.gif" width="74" height="49" alt="Faces of Zanzibar" border="0"></a></td> ')
         document.writeln('    <td width="12%"><a href="tanzania.html"><img src="icon/button_tanzania.gif" width="74" height="49" alt="Tanzania" border="0"></a></td> ')
		 document.writeln('    <td width="11%"></td> ')
		 document.writeln('    <td width="11%"></td> ')
         document.writeln('  </tr> ')
         document.writeln('</table> ')
         document.writeln('</center></div><div align="center"><center> ')
         document.writeln(' ')
         document.writeln('<table border="0" cellpadding="0" cellspacing="0" width="300"> ')
         document.writeln('  <tr> ')
         document.writeln('    <td><a href="index.html"><img src="aea010.gif" alt="Travel the world" align="middle" border="0" width="30" height="30"></a> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </td> ')
         document.writeln('    <td><a href="travlinks.html"><img src="icon/button_pijlus.gif" alt="Further on the road (links)" border="0" width="50" height="50"></a></td> ')
         document.writeln('    <td><a href="backg.html"><img src="icon/button_backgr.gif" alt="Background info" border="0" width="50" height="50"></a></td> ')
         document.writeln('    <td><a href="airline.html"><img src="icon/button_airplane.gif" alt="Airline (links)" border="0" width="50" height="50"></a></td> ')
         document.writeln('    <td><a href="country.html"><img src="icon/button_to.gif" alt="Country (links)" border="0" width="50" height="50"></a></td> ')
         document.writeln('    <td><a href="hike.html"><img src="icon/button_wandelen.gif" alt="Hiking" border="0" width="50" height="50"></a></td> ')
         document.writeln('    <td><a href="gallerij.html"><img src="icon/button_scenic.gif" alt="Photo gallery" border="0" width="50" height="50"></a></td> ')
         document.writeln('  </tr> ')
         document.writeln('</table> ')
         document.writeln('</center></div> ')
}
