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



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

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


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

function printDealerNavBottom() {

if (section == "About" ) {
		document.write('<li><em><a href="/AboutUs.html">About Us</a></em></li>');
	} 
	else {
		document.write('<li><a href="/AboutUs.html">About Us</a></li>');
	}
if (section == "Pools" ) {
		document.write('<li><em><a href="/Pools.html">Pools & Liners</a></em></li>');
	} 
	else {
		document.write('<li><a href="/Pools.html">Pools & Liners</a></li>');
	}
if (section == "Chemicals" ) {
		document.write('<li><em><a href="/Chemicals.html">Pool & Spa Chemicals</a></em></li>');
	} 
	else {
		document.write('<li><a href="/Chemicals.html">Pool & Spa Chemicals</a></li>');
	}
if (section == "Gazebos" ) {
		document.write('<li><em><a href="/Gazebos.html">Gazebos</a></em></li>');
	} 
	else {
		document.write('<li><a href="/Gazebos.html">Gazebos</a></li>');
	}
if (section == "Plumbing" ) {
		document.write('<li><em><a href="/Plumbing.html">Plumbing & Heating</a></em></li>');
	} 
	else {
		document.write('<li><a href="/Plumbing.html">Plumbing & Heating</a></li>');
	}

if (section == "Location" ) {
		document.write('<li><em><a href="/Location.html">Locations</a></em></li>');
	} 
	else {
		document.write('<li><a href="/Location.html">Locations</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>');
	}
}