
function TopNav () {

document.writeln('			<td><img src="images/nav_01.jpg" alt="" width="64" height="23" border="0"></td>     ');
document.writeln('			<td><a href="index.html"><img src="images/nav_02.jpg" alt="" width="62" height="23" border="0"></td>     ');
document.writeln('			<td><a href="about_the_film.html"><img src="images/nav_03.jpg" alt="" width="143" height="23" border="0"></a></td>     ');
document.writeln('			<td><a href="who_we_are.html"><img src="images/nav_04.jpg" alt="" width="118" height="23" border="0"></a></td>     ');		
document.writeln('			<td><a href="video.html"><img src="images/nav_05.jpg" alt="" width="67" height="23" border="0"></a></td>     ');
document.writeln('			<td><a href="castandcrew.html"><img src="images/nav_06.jpg" alt="" width="137" height="23" border="0"></a></td>     ');
document.writeln('			<td><a href="photos.html"><img src="images/nav_07.jpg" alt="" width="82" height="23" border="0"></a></td>     ');
document.writeln('			<td><a href="news.html"><img src="images/nav_08.jpg" alt="" width="61" height="23" border="0"></a></td>     ');	
document.writeln('			<td><a href="links.html"><img src="images/nav_09.jpg" alt="" width="62" height="23" border="0"></a></td>     ');
document.writeln('			<td><a href="store.html"><img src="images/nav_10.jpg" alt="" width="65" height="23" border="0"></a></td>     ');
document.writeln('			<td><a href="contact_us.html"><img src="images/nav_11.jpg" alt="" width="104" height="23" border="0"></a></td>     ');
document.writeln('			<td><img src="images/nav_12.jpg" alt="" width="59" height="23" border="0"></td>     ');
					
}					