
function TopNav () {

document.writeln('			<table width="800" border="0" align="center">  ');
document.writeln('				<tr>  ');
document.writeln('					<td colspan="2" align="right" class="divide">  ');		
document.writeln('					<a href="index.html" class="nav">Home</a>&nbsp;l&nbsp;		  ');	
document.writeln('					<a href="html_dvd.html" class="nav">DVD Tutorial</a>&nbsp;l&nbsp;		  ');
document.writeln('					<a href="html_tutorials.html" class="nav">Free Tutorials</a>&nbsp;l&nbsp;		  ');														
document.writeln('					<a href="dvd_faqs.html" class="nav">FAQs</a>&nbsp;l&nbsp;		  		  ');
document.writeln('					<a href="https://www.createspace.com/Customer/EStore.do?id=256250" class="nav"><strong>Order DVD</strong></a>');	
document.writeln('					&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;  ');
document.writeln('					</td>	  ');
document.writeln('				</tr>  ');
document.writeln('			</table>  ');

}

function Legal () {

document.writeln('			<div align="center" class="legal" style="margin-top: 25;">  ');
document.writeln('			&copy; 2008 Moving Picture Productions, Inc. ');
document.writeln('			</div> ');
}

function BottomNav  () {

document.writeln('			<table width="700" align="center">');
document.writeln('				<tr>');
document.writeln('					<td><a href="html_dvd.html"><img src="images/box_winner_a.jpg" alt="Award Winner" width="233" height="155" border="0"></a></td>	');															
document.writeln('					<td><a href="https://www.createspace.com/Customer/EStore.do?id=256250"> <img src="images/box_order.jpg" width="233" height="155" alt="Order Now" border="0"></a></td>	');
document.writeln('					<td><a href="html_tutorials.html"><img src="images/box_free.jpg" alt="" width="233" height="155" border="0"></a></td>	');															
document.writeln('				</tr>');
document.writeln('			</table>');

}
