
function include( section, path, file )
{
	var o = document.getElementById( section);
	if (o==null) {return 0};
	
	var s = "";
	

	switch (section) 
	{
		case "banner":
			s = doBanner( path );
			break;
		case "navMain":
			s += doNavArchive( path );
			s += doNavReleases( path );
			s += doNavInProgress( path );
			s += doNavKitBash( path );			
			s += doNavKitScans( path );
			break;			
		case "footer":
			s = doFooter( path );
			break;			
		case "menu1":
			s += doBanner( path );		
			s += doMenu1( path );
			s += doPageBanner( path, "ff_mg_lg.jpg");
			break;
		case "menu2works":
			s += doBanner( path );		
			s += doMenu1( path );		
			s += doMenu2Works( path );
			s += doPageBanner( path, "falkecrash_sm.jpg");			
			break;
		case "menu2completedkits":
			s += doBanner( path );
			s += doMenu1( path );		
			s += doMenu2CompletedKits( path );
			s += doPageBanner( path, "falkeundersideplan.jpg");			
			break;
		case "menu2inprogress":
			s += doBanner( path );
			s += doMenu1( path );		
			s += doMenu2InProgress( path);
			s += doPageBanner( path, "falkeundersideplan_sm.jpg");			
			break;
			
		case "menu2shop":
			s += doBanner( path );
			s += doMenu1( path );
			//s += doMenu2Shop( path );
			s += doPageBanner( path, "falkeboxes_sm.jpg");			
			break;
		case "menu2kitscans":
			s += doBanner( path );
			s += doMenu1( path );
			//s += doMenu2Resources( path );
			s += doPageBanner( path, "kitscan_sm.jpg");			
			break;
		case "menu2resources":
			s += doBanner( path );
			s += doMenu1( path );
			s += doPageBanner( path, "tools.jpg");			
			break;	
		case "menu2links":
			s += doBanner( path );
			s += doMenu1( path );
			s += doPageBanner( path, "spacer_sm.gif");			
			break;	
			
			
			
		case "menu3rivettool":
			s += doBanner( path );
			s += doMenu1( path );
			s += doMenu2tools( path);
			//s += doMenu3RivetTool( path);
			s += doPageBanner( path, "rivetboom.jpg");			
			break;	
			
		case "menu3falke":
			s += doBanner( path );
			s += doMenu1( path );
			s += doMenu2Works( path );		
			s += doMenu3Falke( path );
			s += doPageBanner( path, "falkeeng_sm.jpg");			
			break;
			
		case "menu3falketrailer":
			s += doBanner( path );
			s += doMenu1( path );
			s += doMenu2Works( path );
			s += doMenu3FalkeTrailer( path );
			s += doPageBanner( path, "trailercar_sm.jpg"  )
			break;
			
		case "menu3firefly":
			s += doBanner( path );		
			s += doMenu1( path );
			s += doMenu2Works( path );
			s += doMenu3Firefly( path );
			s += doPageBanner( path, "firefly_sm.jpg");			
			break;

		case "menu3schenkel":
			s += doBanner( path );		
			s += doMenu1( path );
			s += doMenu2Works( path );
			s += doMenu3Schenkel( path );
			s += doEasyBanner( "", "");			
			break;
			
		case "menu3hexen":
			s += doBanner( path );
			s += doMenu1( path );
			s += doMenu2Works( path );		
			s += doMenu3Hexen( path );
			s += doPageBanner( path, "hexen_sm.jpg");			
			break;
		case "menu3sirene":
			s += doBanner( path );
			s += doMenu1( path );
			s += doMenu2Works( path );		
			s += doMenu3Sirene( path );
			s += doPageBanner( path, "sirene_sm.jpg");			
			break;	
		case "menu4inproghex":
			s = doMenu4( path, 'prog', file, 1 );
			break;							
		case "menu4inprogff":
			s = doMenu4( path, 'prog', file, 6 );
			break;	
		case "menu4rmfalke":
			s = doMenu4( path, 'remaster', file, 5 );
			break;			
		case "menu4rivettool":
			s = doMenu4( path, 'prog', file, 4 );
			break;	
		case "menu4playdoh":
			s = doMenu4( path, 'prog', file, 1 );
			break;	
			
		case "pageBanner":
			s = doPageBanner( path, file );
			break;	
		case "textWaiting":
 			s = doTextWaiting( path, file );
			break;	

	}
	
	
	if (s!="") {o.innerHTML = s;}
}



function doBanner ( path )
{
return '<table class="banner" width="1500px" cellpadding="0px" cellspacing="0px"><tr>\
	<td align="left"><a href="http://futchfactor.com/index.html"<img src="'+path+'images/banner/f60.jpg"><a></td>\
	<td align="right"><a href="mailto:futch@iname.com"><img src="'+path+'images/banner/futchnew60.jpg"></a></td>\
</tr></table>';
}


function doPageBanner ( path, file )
{
return '\
<div class="lineSpacer"></div>\
<table class="pageBanner" cellpadding="0px" cellspacing="0px"><tr>\
	<td align="right"><img src="'+path+'images/banner/'+file+'" alt=""></td><td class="colSpacer"></td>\
</tr></table>\
<div class="lineSpacer"></div>\
<div class="lineDivider"></div>';
}
function doEasyBanner ( path, file )
{
return '\
<div class="lineSpacer"></div>\
<table class="pageBanner" cellpadding="0px" cellspacing="0px"><tr>\
	<td align="right"><img src="'+path+'banner.jpg" alt="'+file+'"></td><td class="colSpacer"></td>\
</tr></table>\
<div class="lineSpacer"></div>\
<div class="lineDivider"></div>';
}



function doMenu1 ( path )
{
return '\
<div class="lineSpacer"></div>\
<div class="menu1">\
<table class="menu" cellpadding="0px" cellspacing="0px">\
<tr>\
<td class="colSpacer"></td>\
<td><a href="'+path+'index.html"><img src="'+path+'images/menu/tick.gif"><img src="'+path+'images/menu/home.gif"><img src="'+path+'images/menu/end.gif"></a></td>\
<!--<td><a href="'+path+'shop.html"><img src="'+path+'images/menu/tick.gif"><img src="'+path+'images/menu/shop.gif"><img src="'+path+'images/menu/end.gif"></a></td>-->\
<td><a href="'+path+'works.html"><img src="'+path+'images/menu/tick.gif"><img src="'+path+'images/menu/works.gif"><img src="'+path+'images/menu/end.gif"></a></td>\
<td><a href="'+path+'resources.html"><img src="'+path+'images/menu/tick.gif"><img src="'+path+'images/menu/resources.gif"><img src="'+path+'images/menu/end.gif"></a></td>\
<td><a href="'+path+'gallery/index.html"><img src="'+path+'images/menu/tick.gif"><img src="'+path+'images/menu/gallery.gif"><img src="'+path+'images/menu/end.gif"></a></td>\
<td><a href="'+path+'links.html"><img src="'+path+'images/menu/tick.gif"><img src="'+path+'images/menu/links.gif"><img src="'+path+'images/menu/end.gif"></a></td>\
<td><a href="mailto:futch@iname.com"><img src="'+path+'images/menu/tick.gif"><img src="'+path+'images/menu/contact.gif"><img src="'+path+'images/menu/end.gif"></a></td>\
</tr>\
</table>\
</div>';
}


function doMenu2CompletedKits ( path )
{
return '<div class="menu2"><table name="garagekits" class="menu" cellpadding="0px" cellspacing="0px"><tr>\
	<td class="colSpacer"></td>\
	<td><a href="'+path+'falke/index.html"><img src="'+path+'images/menu/tick.gif"><img src="'+path+'images/menu/falke.gif"><img src="'+path+'images/menu/end.gif"></a></td>\
	<td><a href="'+path+'falketrailer/index.html"><img src="'+path+'images/menu/tick.gif"><img src="'+path+'images/menu/falketrailer.gif"><img src="'+path+'images/menu/end.gif"></a></td>\
</tr></table></div>';
}

function doMenu2Works ( path )
{
return '<div class="menu2"><table name="garagekits" class="menu" cellpadding="0px" cellspacing="0px"><tr>\
<td class="colSpacer"></td>\
<td><a href="'+path+'hexen/index.html"><img src="'+path+'images/menu/tick.gif"><img src="'+path+'images/menu/hexen.gif"><img src="'+path+'images/menu/end.gif"></a></td>\
<td><a href="'+path+'sirene/index.html"><img src="'+path+'images/menu/tick.gif"><img src="'+path+'images/menu/sirene.gif"><img src="'+path+'images/menu/end.gif"></a></td>\
<td><a href="'+path+'schenkel/index.html"><img src="'+path+'images/menu/tick.gif"><img src="'+path+'images/menu/schenkel.gif"><img src="'+path+'images/menu/end.gif"></a></td>\
<td><a href="'+path+'firefly/index.html"><img src="'+path+'images/menu/tick.gif"><img src="'+path+'images/menu/firefly.gif"><img src="'+path+'images/menu/end.gif"></a></td>\
<td><a href="'+path+'falke/index.html"><img src="'+path+'images/menu/tick.gif"><img src="'+path+'images/menu/falke.gif"><img src="'+path+'images/menu/end.gif"></a></td>\
<td><a href="'+path+'falketrailer/index.html"><img src="'+path+'images/menu/tick.gif"><img src="'+path+'images/menu/falketrailer.gif"><img src="'+path+'images/menu/end.gif"></a></td>\
</tr></table></div>';
}



function doMenu2InProgress ( path )
{
return '<div class="menu2"><table name="inprogressKits" class="menu" cellpadding="0px" cellspacing="0px"><tr>\
	<td class="colSpacer"></td>\
	<td><img src="'+path+'images/menu/end.gif"></a></td>\
	<!--<td><a href="'+path+'firefly/index.html"><img src="'+path+'images/menu/tick.gif"><img src="'+path+'images/menu/firefly.gif"><img src="'+path+'images/menu/end.gif"></a></td>-->\
	<!--<td><a href="'+path+'schenkel/index.html"><img src="'+path+'images/menu/tick.gif"><img src="'+path+'images/menu/schenkel.gif"><img src="'+path+'images/menu/end.gif"></a></td>-->\
</tr></table></div>';
}


function doMenu2Shop( path )
{
return '<div class="menu2"><table name="garagekits" class="menu" cellpadding="0px" cellspacing="0px"><tr>\
	<td class="colSpacer"></td>\
	<td><a href="'+path+'falke/index.html"><img src="'+path+'images/menu/tick.gif"><img src="'+path+'images/menu/falke.gif"><img src="'+path+'images/menu/end.gif"></a></td>\
	<td><a href="'+path+'falketrailer/index.html"><img src="'+path+'images/menu/tick.gif"><img src="'+path+'images/menu/falketrailer.gif"><img src="'+path+'images/menu/end.gif"></a></td>\
</tr></table></div>';
}


function doMenu2tools ( path )
{
return '<div class="menu2"><table name="garagekits" class="menu" cellpadding="0px" cellspacing="0px"><tr>\
	<td class="colSpacer"></td>\
	<td><a href="'+path+'rivettool/index.html"><img src="'+path+'images/menu/tick.gif"><img src="'+path+'images/menu/rivettool.gif"><img src="'+path+'images/menu/end.gif"></a></td>\
</tr></table></div>';
}

function doMenu3Falke( path )
{
return '\
<div class="menu3">\
<table class="menu" cellpadding="0px" cellspacing="0px">\
<tr>\
	<td class="colSpacer"></td>\
	<td><a href="'+path+'falke/index.html"><img src="'+path+'images/menu/tick.gif"><img src="'+path+'images/menu/main.gif"><img src="'+path+'images/menu/end.gif"></a></td>\
	<td><a href="'+path+'falke/kit.html"><img src="'+path+'images/menu/tick.gif"><img src="'+path+'images/menu/resinkit.gif"><img src="'+path+'images/menu/end.gif"></a></td>\
	<td><a href="'+path+'falke/masters.html"><img src="'+path+'images/menu/tick.gif"><img src="'+path+'images/menu/masters.gif"><img src="'+path+'images/menu/end.gif"></a></td>\
	<td><a href="'+path+'gallery/falke.html"><img src="'+path+'images/menu/tick.gif"><img src="'+path+'images/menu/gallery.gif"><img src="'+path+'images/menu/end.gif"></a></td>\
	<!--<td><a href="'+path+'falke/wait.html"><img src="'+path+'images/menu/tick.gif"><img src="'+path+'images/menu/waitinglist.gif"><img src="'+path+'images/menu/end.gif"></a></td>-->\
	<td><a href="'+path+'falke/remaster1.html"><img src="'+path+'images/menu/tick.gif"><img src="'+path+'images/menu/remaster.gif"><img src="'+path+'images/menu/end.gif"></a></td>\
</tr>\
</table>\
</div>';
}

function doMenu3FalkeTrailer( path )
{
return '\
<div class="menu3">\
<table class="menu" cellpadding="0px" cellspacing="0px">\
<tr>\
	<td class="colSpacer"></td>\
	<td><a href="'+path+'falketrailer/index.html"><img src="'+path+'images/menu/tick.gif"><img src="'+path+'images/menu/main.gif"><img src="'+path+'images/menu/end.gif"></a></td>\
	<td><a href="'+path+'falketrailer/kit.html"><img src="'+path+'images/menu/tick.gif"><img src="'+path+'images/menu/resinkit.gif"><img src="'+path+'images/menu/end.gif"></a></td>\
	<!--<td><a href="'+path+'falketrailer/instructions.html"><img src="'+path+'images/menu/tick.gif"><img src="'+path+'images/menu/instructions.gif"><img src="'+path+'images/menu/end.gif"></a></td>-->\
	<td><a href="'+path+'falketrailer/masters.html"><img src="'+path+'images/menu/tick.gif"><img src="'+path+'images/menu/masters.gif"><img src="'+path+'images/menu/end.gif"></a></td>\
	<!--<td><a href="'+path+'falketrailer/gallery.html"><img src="'+path+'images/menu/tick.gif"><img src="'+path+'images/menu/gallery.gif"><img src="'+path+'images/menu/end.gif"></a></td>-->\
</tr>\
</table>\
</div>';
}


function doMenu3Firefly( path )
{
return '\
<div class="menu3"><table class="menu" cellpadding="0px" cellspacing="0px">\
<tr><td class="colSpacer"></td>\
	<td><a href="'+path+'firefly/index.html"><img src="'+path+'images/menu/tick.gif"><img src="'+path+'images/menu/main.gif"><img src="'+path+'images/menu/end.gif"></a></td>\
	<td><a href="'+path+'firefly/kit.html"><img src="'+path+'images/menu/tick.gif"><img src="'+path+'images/menu/resinkit.gif"><img src="'+path+'images/menu/end.gif"></a></td>\
	<td><a href="'+path+'gallery/firefly.html"><img src="'+path+'images/menu/tick.gif"><img src="'+path+'images/menu/gallery.gif"><img src="'+path+'images/menu/end.gif"></a></td>\
	<!--	<td><a href="'+path+'firefly/masters.html"><img src="'+path+'images/menu/tick.gif"><img src="'+path+'images/menu/masters.gif"><img src="'+path+'images/menu/end.gif"></a></td>-->\
<!--	<td><a href="'+path+'firefly/prog1.html"><img src="'+path+'images/menu/tick.gif"><img src="'+path+'images/menu/inprogress.gif"><img src="'+path+'images/menu/end.gif"></a></td>-->\
<!--	<td><a href="'+path+'firefly/instructions.html"><img src="'+path+'images/menu/tick.gif"><img src="'+path+'images/menu/instructions.gif"><img src="'+path+'images/menu/end.gif"></a></td>-->\
</tr></table></div>';
}

function doMenu3Schenkel( path )
{
return '\
<div class="menu3"><table class="menu" cellpadding="0px" cellspacing="0px">\
<tr><td class="colSpacer"></td>\
	<td><a href="'+path+'schenkel/index.html"><img src="'+path+'images/menu/tick.gif"><img src="'+path+'images/menu/main.gif"><img src="'+path+'images/menu/end.gif"></a></td>\
	<td><a href="'+path+'schenkel/prog1.html"><img src="'+path+'images/menu/tick.gif"><img src="'+path+'images/menu/inprogress.gif"><img src="'+path+'images/menu/end.gif"></a></td>\
</tr></table></div>';
}

function doMenu3Hexen( path )
{
return '\
<div class="menu3">\
<table class="menu" cellpadding="0px" cellspacing="0px">\
<tr>\
<td class="colSpacer"></td>\
<td><a href="'+path+'hexen/index.html"><img src="'+path+'images/menu/tick.gif"><img src="'+path+'images/menu/main.gif"><img src="'+path+'images/menu/end.gif"></a></td>\
<td><a href="'+path+'hexen/prog1.html"><img src="'+path+'images/menu/tick.gif"><img src="'+path+'images/menu/inprogress.gif"><img src="'+path+'images/menu/end.gif"></a></td>\
</tr>\
</table>\
</div>';
}

function doMenu3Sirene( path )
{
return '\
<div class="menu3">\
<table class="menu" cellpadding="0px" cellspacing="0px">\
<tr>\
<td class="colSpacer"></td>\
<td><a href="'+path+'sirene/index.html"><img src="'+path+'images/menu/tick.gif"><img src="'+path+'images/menu/main.gif"><img src="'+path+'images/menu/end.gif"></a></td>\
</tr>\
</table>\
</div>';
}

function doMenu4( path, filename, page, max )
{
var s = "";
var n = 1;

s += '<div class="menu4">';
s += '<img src="'+path+'images/menu/page.gif"><img src="'+path+'images/menu/colon.gif"><img src ="'+path+'images/menu/space2.gif">';

while (n <= max)
{

    if (n==page)
    	s+= '<img src ="'+path+'images/menu/tick.gif"><img src="'+path+'images/menu/'+n+'.gif"><img src ="'+path+'images/menu/space2.gif">';
    else
        s+= '<a href="'+filename+n+'.html"><img src ="'+path+'images/menu/space2.gif"><img src="'+path+'images/menu/'+n+'.gif"><img src ="'+path+'images/menu/space2.gif"></a>';

    n ++;
}

s += '</div>';

return s;
}


function doFooter (path)
{
return '\
<div class="lineSpacer"></div>\
<div class="lineDivider"></div>\
<table class="pageFooter" cellpadding="0px" cellspacing="0px">\
<tr>\
<td class="pageFooterLeftCell">\
	<table width="100%" cellpadding="10px" cellspacing="0px">\
	<tr><td class="txtHeading">Events</font></tr>\
	<tr>\
	<td>\
	<a href="hexen/index.html">1/20 HEXEN</a><b> - 2010</b><br>\
	<a href="sirene/index.html">1/20 SIRENE</a><b> - TBA</b><br>\
	<a href="schenkel/index.html">1/35 SCHENKEL</a><b> - TBA</b><br>\
	</td>\
	</tr>\
	</table>\
</td>\
<td class="pageFooterRightCell">\
	<table cellpadding="2px" cellspacing="2px"><tr>\
	<td></td>\
	<!--<td><a href="http://www.maschinenkrueger.com/forum" target="_blank"><img src="'+path+'images/links/makforum_s.jpg"></a></td>-->\
	<!--<td><a href="http://nutrocker.blog51.fc2.com/"><img src="'+path+'images/links/nutrockerblog_s.jpg" align="middle"></a></td>-->\
 	</tr></table>\
</td></tr>\
</table>\
<div class="lineSpacer"></div>\
<div class="lineDivider"></div>\
\
<div class="menuFooter">\
<table class="menu" cellpadding="0px" cellspacing="0px">\
<tr>\
<td class="colSpacerLarge"</td>\
<td class="colSpacer"></td>\
<td><a href="'+path+'index.html"><img src="'+path+'images/menu/tick.gif"><img src="'+path+'images/menu/home.gif"><img src="'+path+'images/menu/end.gif"></a></td>\
<!--<td><a href="'+path+'index.html"><img src="'+path+'images/menu/tick.gif"><img src="'+path+'images/menu/about.gif"><img src="'+path+'images/menu/end.gif"></a></td>-->\
<!--<td><a href="'+path+'index.html"><img src="'+path+'images/menu/tick.gif"><img src="'+path+'images/menu/legal.gif"><img src="'+path+'images/menu/end.gif"></a></td>-->\
<!--<td><a href="'+path+'index.html"><img src="'+path+'images/menu/tick.gif"><img src="'+path+'images/menu/copyright.gif"><img src="'+path+'images/menu/end.gif"></a></td>-->\
<td><a href="mailto:futch@iname.com"><img src="'+path+'images/menu/tick.gif"><img src="'+path+'images/menu/contact.gif"><img src="'+path+'images/menu/end.gif"></a></td>\
</tr>\
</table>\
</div>';
}


function doTextWaiting ( path )
{
 
return '<!--The I.H.Y.S.C is here to change the playing field when it comes to Maschinen Krieger Garage Kits. \
Our goal is to eliminate the culture of once-only kit releases by offering ongoing (limited) releases of the kits we master. \
If Fans miss out on a kit this year but know they can get it next time, the demand for re-casts will diminish.<br> \
<br>\
Lets face it, what would you rather have - an original or a copy?<br>-->\
<br>\
<b>The following is a list of people currently waiting for the next release of this kit. When the minimum number of orders \
has been reached, everyone will be notified via the email addresses you provide.</u></b><br> \
<br>\
<a href="mailto:futch@iname.com"><b>Click here to Add or Remove Your Name</b></a> from the list.<br><br> <u>Please include your Name, Contact Email and Quantity.</u>'
}




function doNavReleases()
{
return '<table class="tblSection" cellpadding="0px" cellspacing="10px">\
<tr><td class="txtHeading">Kit Releases</td></tr>\
<tr><td>\
    <table width="100%" cellpadding="0px" cellspacing="10px">\
    <tr><td><a href="firefly/index.html"><img src="firefly/icon.jpg" class="thumb"></a></td>\
        <td><font class="txtSubHeading"><a href="firefly/index.html">1/35 FIREFLY XK-427</a></font><br>\
        With a face only a mother could love. The aircraft that gave birth to the Falke...\
    </td></tr>\
    <tr><td class="colIcon"><a href="falke/index.html"><img src="falke/icon.jpg" class="thumb"></a></td>\
    	<td valign="center"><a href="falke/index.html"><font class="txtSubHeading">1/20 FALKE Pkf.85</font></a><br>\
		The Holy Grail of MAK designs ...\
    </td></tr></table>\
    <table width="100%" cellpadding="0px" cellspacing="10px">\
    <tr><td class="colIcon"><a href="falketrailer/index.html"><img src="falketrailer/icon.jpg" class="thumb"></a></td>\
        <td valign="center"><a href="falketrailer/index.html"><font class="txtSubHeading">1/20 FALKE TRAILER</font></a><br>\
        The accessories package for the 1/20th Falke kit...\
        </td></tr></table>\
</td></tr></table>\
<div class="lineSubDivider"></div>'

}


function doNavInProgress()
{
return '<table class="tblSection" cellpadding="0px" cellspacing="10px">\
<tr><td class="txtHeading">In Progress</td></tr>\
<tr><td>\
  <table class="tblSubSection" cellpadding="0px" cellspacing="10px">\
  <tr><td><a href="hexen/index.html"><img src="hexen/icon.jpg" class="thumb" alt=""></a></td>\
    <td><font class="txtSubHeading"><a href="hexen/index.html">1/20 WITCH</a></font><br>\
    COMING SOON ... Very cool original design by Mark Stevens.\
  </td></tr>\
  <tr><td><a href="schenkel/index.html"><img src="schenkel/icon.jpg" class="thumb"></a></td>\
    <td><font class="txtSubHeading"><a href="schenkel/index.html">1/35 SCHENKEL</a></font><br>\
    Is it a spider? Is it a frog? What the heck is it? Schenkel. Thats what....\
    </td></tr></table>\
</td></tr></table>\
<div class="lineSubDivider"></div>'

}


function doNavKitBash()
{
return '<!--\
<table class="tblSection" cellpadding="0px" cellspacing="10px">\
<tr><td class="txtHeading">Kit Bash Series</td></tr>\
<tr><td>\
  <table class="tblSubSection" cellpadding="0px" cellspacing="10px">\
  <tr><td>a href="kitbash/falke.html"><img src="kitbash/falke/icon.jpg" class="thumb"></a></td>\
    <td><font class="txtSubHeading"><a href="kitbash/falke.html">FALKE</a></font><br>\
	Limited run of the coolest Falke widgets: Falke Engine, Intakes, Mini-Gun and Dive Brakes...\
    </td></tr>\
  <tr><td><a href="schenkel/index.html"><img src="schenkel/icon.jpg" class="thumb"></a></td>\
    <td><font class="txtSubHeading"><a href="schenkel/index.html">SCHENKEL</a></font><br>\
    Is it a spider? Is it a frog? What the heck is it? Schenkel. Thats what....\
    </td></tr></table>\
</td></tr></table>\
<div class="lineSubDivider"></div>-->'

}


function doNavKitScans()
{
return '<table class="tblSection" cellpadding="0px" cellspacing="10px">\
<tr><td class="txtHeading">Kit Scans</td></tr>\
<tr><td>\
  <table class="tblSubSection" cellpadding="0px" cellspacing="10px">\
  <tr><td><a href="kitscans/index.html"><img src="kitscans/icon.jpg" class="thumb"></a></td>\
    <td><a href="kitscans/index.html"><font class="txtSubHeading">Kit Scans</font></a><br>\
        Photos and scans of kit sprues, decals and instructions, used in MA.K...\
    </td></tr></table>\
</td></tr></table>\
<div class="lineSubDivider"></div>'

}


function doNavArchive()
{
return '<table class="tblSection" cellpadding="0px" cellspacing="10px">\
<tr><td class="txtHeading">News Archive</td></tr><tr><td>\
<a href="07jun.html">Jun 2007</a><br>\
<a href="07mar.html">Mar 2007</a><br>\
<a href="07sep.html">Sep 2007</a><br>\
<a href="07nov.html">Nov 2007</a><br>\
<a href="08jan.html">Jan 2008</a><br>\
<a href="08may.html">May 2008</a><br>\
<a href="08aug.html">Aug 2008</a><br>\
</td></tr></table>\
<div class="lineSubDivider"></div>'

}
