﻿//  **** Header     ****
function createMasthead(directoryLevel)
{
var mastheadHTML;
if (directoryLevel==0)
{
    mastheadHTML = '<div id="masthead">' +
            '<a href="default.htm" title="Summit Boats And Gear" alt="Summit Boats And Gear">' +
	        '<img src="images/logo.gif" alt="" height="80" width="120" border="none" />&nbsp;' +
	        '<p>office: (816) 795-1111<br />' +
	        'fax (816)795-1726<br /></p>' +
	        '</a>' +
        '</div>';
}
else if (directoryLevel==1)
{
    mastheadHTML = '<div id="masthead">' +
            '<a href="../default.htm" title="Summit Boats And Gear" alt="Summit Boats And Gear">' +
	        '<img src="../images/logo.gif" alt="" height="80" width="120" border="none" />&nbsp;' +
	        '<p>office: (816) 795-1111<br />' +
	        'fax (816)795-1726<br /></p>' +
	        '</a>' +
        '</div>';
}
else
{
    mastheadHTML = '<div id="masthead">' +
            '<a href="../../default.htm" title="Summit Boats And Gear" alt="Summit Boats And Gear">' +
	        '<img src="../../images/logo.gif" alt="" height="80" width="120" border="none" />&nbsp;' +
	        '<p>office: (816) 795-1111<br />' +
	        'fax (816)795-1726<br /></p>' +
	        '</a>' +
        '</div>';
}
return mastheadHTML;
}

// ****  Sidebar ****
function createSidebar(directoryLevel)
{
var sidebarHTML;
if (directoryLevel==0)
{
    sidebarHTML = '<div id="sidebar">' +
		'<ul>' +
			'<li><a href="default.htm">Home</a></li>' +
			'<li><a href="Hyperlite.htm" style="color: #ED2729">Hyperlite</a></li>' +
			'<li><a href="products/NewBoats.htm">New Boats</a></li>' +
			'<li><a href="products/UsedBoats.htm">Used Boats</a></li>' +
			'<li><a href="brokerage/BrokerageService.htm">Professional Brokerage Service</a></li>' +
			'<li><a href="service/service.htm">Service Dept.</a></li>' +
			'<li><a href="events/events.htm">Events</a></li>' +
			'<li><a href="about/about.htm">About</a></li>' +
			'<li><a href="contact/contact.htm">Contact Us</a></li>' +
			'<li><a href="swimplatforms/swimplatforms.htm">' +
			'   <img src="images/SwimPlatforms/sp01.jpg"' +
			'   alt="" height="75" width="110" border="none" /><br />SwimPlatforms.com<br />Authorized Dealer!</a></li>' +
			'<li><a href="http://www.facebook.com/group.php?gid=122254817418">' +
			'   <img src="images/logo.gif" alt="" height="75" width="110" border="none" /></br >On Facebook!</a>' +
			'</li>' +
		'</ul>' +
	'</div>';
}
else if (directoryLevel==1)
{
    sidebarHTML = '<div id="sidebar">' +
		'<ul>' +
			'<li><a href="../default.htm">Home</a></li>' +
			'<li><a href="../Hyperlite.htm" style="color: #ED2729">Hyperlite</a></li>' +
			'<li><a href="../products/NewBoats.htm">New Boats</a></li>' +
			'<li><a href="../products/UsedBoats.htm">Used Boats</a></li>' +
			'<li><a href="../brokerage/BrokerageService.htm">Professional Brokerage Service</a></li>' +
			'<li><a href="../service/service.htm">Service Dept.</a></li>' +
			'<li><a href="../events/events.htm">Events</a></li>' +
			'<li><a href="../about/about.htm">About</a></li>' +
			'<li><a href="../contact/contact.htm">Contact Us</a></li>' +
			'<li><a href="../swimplatforms/swimplatforms.htm">' +
			'   <img src="../images/SwimPlatforms/sp01.jpg"' +
			'   alt="" height="75" width="110" border="none" /><br />SwimPlatforms.com<br />Authorized Dealer!</a></li>' +
			'<li><a href="http://www.facebook.com/group.php?gid=122254817418">' +
			'   <img src="../images/logo.gif" alt="" height="75" width="110" border="none" /></br >On Facebook!</a>' +
			'</li>' +
		'</ul>' +
	'</div>';
}
else
{
    sidebarHTML = '<div id="sidebar">' +
		'<ul>' +
			'<li><a href="../../default.htm">Home</a></li>' +
			'<li><a href="../../Hyperlite.htm" style="color: #ED2729">Hyperlite</a></li>' +
			'<li><a href="../../products/NewBoats.htm">New Boats</a></li>' +
			'<li><a href="../../products/UsedBoats.htm">Used Boats</a></li>' +
			'<li><a href="../../brokerage/BrokerageService.htm">Professional Brokerage Service</a></li>' +
			'<li><a href="../../service/service.htm">Service Dept.</a></li>' +
			'<li><a href="../../events/events.htm">Events</a></li>' +
			'<li><a href="../../about/about.htm">About</a></li>' +
			'<li><a href="../../contact/contact.htm">Contact Us</a></li>' +
			'<li><a href="../../swimplatforms/swimplatforms.htm">' +
			'   <img src="../../images/SwimPlatforms/sp01.jpg"' +
			'   alt="" height="75" width="110" border="none" /><br />SwimPlatforms.com<br />Authorized Dealer!</a></li>' +
			'<li><a href="http://www.facebook.com/group.php?gid=122254817418">' +
			'   <img src="../../images/logo.gif" alt="" height="75" width="110" border="none" /></br >On Facebook!</a>' +
			'</li>' +
		'</ul>' +
	'</div>';
}
return sidebarHTML;
}

// **** FooterAddress   ****
function SBNGAddress()
{
var addressHTML;
addressHTML = 'Summit Boats &amp; Gear<br />' +
    '1012A NE Jib Court<br />' +
	'Lee’s Summit, MO  64064<br />' +
    '816-795-1111';
return addressHTML;
}

function SBNGMapLink(directoryLevel)
{
var addressLink;
if (directoryLevel==0)
    {
        addressLink = '<a href="contact/contact.htm#SummitBoatsAndGearMap" >Click here</a> for a map!'
    }
else if (directoryLevel==1)
    {
        addressLink = '<a href="../contact/contact.htm#SummitBoatsAndGearMap" >Click here</a> for a map!'
    }
else
    {
        addressLink = '<a href="../../contact/contact.htm#SummitBoatsAndGearMap" >Click here</a> for a map!'
    }
return addressLink;
}

//  **** Footer ****

function createFooter(directoryLevel)
{
var footerHTML;
var version = '1.1.5';
if (directoryLevel==0)
    {
    footerHTML = '<div id="footer">' +
		'<center><a href="default.htm">Home</a> |  ' +
		'<a href="Hyperlite.htm">Hyperlite</a> |  ' +
		'<a href="products/NewBoats.htm">New Boat Inventory</a> |  ' +
		'<a href="products/UsedBoats.htm">Used Boat Inventory</a> |  ' +
		'<a href="service/service.htm">Service Dept.</a> | ' +
		'<a href="events/events.htm">Events</a> | ' +
		'<a href="about/about.htm">About</a> | ' +
		'<a href="contact/contact.htm">Contact</a> | ' +
		'<a href="site_map/site_map.htm">Site Map</a><br /> ' +
		'<p>Copyright © 2009 Kipling Technology Solutions LLC.<br />' +
		'All Rights Reserved.<br />' +
		'Website Contact:  Larry Johnson - Email: Info(at)BuyBoatsAndGear(dot)com<br />' +
		'<br /><br />' +
        'Version ' + version + '</p></center>' +
	'</div>';
    }
else if (directoryLevel==1)
    {
    footerHTML = '<div id="footer">' +
		'<center><a href="../default.htm">Home</a> |  ' +
		'<a href="../Hyperlite.htm">Hyperlite</a> |  ' +
		'<a href="../products/NewBoats.htm">New Boat Inventory</a> |  ' +
		'<a href="../products/UsedBoats.htm">Used Boat Inventory</a> |  ' +
		'<a href="../service/service.htm">Service Dept.</a> | ' +
		'<a href="../events/events.htm">Events</a> | ' +
		'<a href="../about/about.htm">About</a> | ' +
		'<a href="../contact/contact.htm">Contact</a> | ' +
		'<a href="../site_map/site_map.htm">Site Map</a><br /> ' +
		'<p>Copyright © 2009 Kipling Technology Solutions LLC.<br />' +
		'All Rights Reserved.<br />' +
		'Website Contact:  Larry Johnson - Email: Info(at)BuyBoatsAndGear(dot)com<br />' +
		'<br /><br />' +
        'Version ' + version + '</p></center>' +
	'</div>';
    }
else
    {
    footerHTML = '<div id="footer">' +
        '<center><a href="../../default.htm">Home</a> |  ' +
		'<a href="../../Hyperlite.htm">Hyperlite</a> |  ' +
		'<a href="../../products/NewBoats.htm">New Boat Inventory</a> |  ' +
        '<a href="../../products/UsedBoats.htm">Used Boat Inventory</a> |  ' +
        '<a href="../../service/service.htm">Service Dept.</a> | ' +
        '<a href="../../events/events.htm">Events</a> | ' +
        '<a href="../../about/about.htm">About</a> | ' +
        '<a href="../../contact/contact.htm">Contact</a> | ' +
        '<a href="../../site_map/site_map.htm">Site Map</a><br /> ' +
        '<p>Copyright © 2009 Kipling Technology Solutions LLC.<br />' +
        'All Rights Reserved.<br />' +
		'Website Contact:  Larry Johnson - Email: Info(at)BuyBoatsAndGear(dot)com<br />' +
		'<br /><br />' +
        'Version ' + version + '</p></center>' +
 	'</div>';
    }
	return footerHTML;
}

//  ****    end     ****
