MM_preloadImages(
	'images/nav_home_on.gif',
	'images/nav_products_on.gif',
	'images/nav_services_on.gif',
	'images/nav_about_on.gif',
	'images/nav_contact_on.gif',
	'images/home_feature01_ON.jpg',
	'images/home_feature02_ON.jpg',
	'images/home_feature03_ON.jpg',
	'images/home_feature04_ON.jpg'
);

function topContent() {
	document.writeln('<div id="container">');
	document.writeln('	<div id="header">');
	document.writeln('		<a href="index.asp"><img src="images/logo.gif" width="968" height="115" alt="NAFTA FOODS INC."></a>');
	document.writeln('		<span class="clear"></span>');
	document.writeln('		<div id="topnav"><a href="./"                onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage(\'Home\',       \'\', \'images/nav_home_on.gif\',1)"    ><img src="images/nav_home.gif"     alt="Home"       name="Home"       width="90"  height="30" border="0"></a></div>');
	document.writeln('		<div id="topnav"><a href="products.asp"     onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage(\'Products\',   \'\', \'images/nav_products_on.gif\',1)"><img src="images/nav_products.gif" alt="Products"   name="Products"   width="90"  height="30" border="0"></a></div>');
	document.writeln('		<div id="topnav"><a href="services.htm"     onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage(\'Services\',   \'\', \'images/nav_services_on.gif\',1)"><img src="images/nav_services.gif" alt="Services"   name="Services"   width="83"  height="30" border="0"></a></div>');
	document.writeln('		<div id="topnav"><a href="gallery.htm"      onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage(\'Gallery\',    \'\', \'images/nav_gallery_on.gif\',1)" ><img src="images/nav_gallery.gif"  alt="Gallery"    name="Gallery"    width="73"  height="30" border="0"></a></div>');
	document.writeln('		<div id="topnav"><a href="aboutus_home.htm" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage(\'About Us\',   \'\', \'images/nav_about_on.gif\',1)"   ><img src="images/nav_about.gif"    alt="About Us"   name="About Us"   width="94"  height="30" border="0"></a></div>');
	document.writeln('		<div id="topnav"><a href="contactus.htm"    onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage(\'Contact Us\', \'\', \'images/nav_contact_on.gif\',1)" ><img src="images/nav_contact.gif"  alt="Contact Us" name="Contact Us" width="116" height="30" border="0"></a></div>');
	document.writeln('	</div>');
	document.writeln('	<div id="wrapper">');
	document.writeln('		<div id="content">');
}

function bottomContent() {
	document.writeln('		</div>');
	document.writeln('	</div>');
	document.writeln('	<div id="footer"><img src="images/footer.gif" width="968" height="49"></div>');
	document.writeln('</div>');
}


