//-----------------------------------
//DEALER NAVIGATION:
//-----------------------------------



//-----------------------------------
//DEALER NavSideTop:
//-----------------------------------

function printDealerNavTop() {
		document.write('');
}


//-----------------------------------
//DEALER NavSideBottom:
//-----------------------------------

function printDealerNavBottom() {

if (section == "Saunas" ) {
		document.write('<li><em><a href="/Saunas.html">Saunas</a></em></li>');
	} 
	else {
		document.write('<li><a href="/Saunas.html">Saunas</a></li>');
	}

if (section == "WaterCare" ) {
		document.write('<li><em><a href="/WaterCare.html">Water Care</a></em></li>');
	} 
	else {
		document.write('<li><a href="/WaterCare.html">Water Care</a></li>');
	}

if (section == "Location" ) {
		document.write('<li><em><a href="/Location.html">Location</a></em></li>');
	} 
	else {
		document.write('<li><a href="/Location.html">Location</a></li>');
	}

if (section == "Contact" ) {
		document.write('<li><em><a href="/Contact.php">Contact Us</a></em></li>');
	} 
	else {
		document.write('<li><a href="/Contact.php">Contact Us</a></li>');
	}
	document.write('<br /><br /> <a href="/SoakTest.php"><img src="/images-dealer/SoakTest_Off.jpg" alt="Reserve Your Private Test Soak" border="0" /></a><br /><a href="/ChoosingHotTub.php"><img src="/images-dealer/ChoosingTubSauna_Off.jpg" alt="Choosing the right hot tub or sauna for you" border="0" /></a><br /><a href="/SiteConsultation.php"><img src="/images-dealer/OnSiteConsult_Off.jpg" alt="Book a FREE on-site consultation" border="0" /></a><br /><a href="/SaunaSession.php"><img src="/images-dealer/SaunaSession_Off.jpg" alt="Enjoy a Free Sauna Session " border="0" /></a><br />');
}