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



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

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


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

function printDealerNavBottom() {
if (section == "FAQ" ) {
		document.write('<li><em><a href="/FAQ.html">FAQ</a></em></li>');
	} 
	else {
		document.write('<li><a href="/FAQ.html">FAQ</a></li>');
	}
if (section == "WhyBuy" ) {
	document.write('<li><em><a href="/WhyBuy.html">Why Buy?</a></em></li>');
} 
	else {
		document.write('<li><a href="/WhyBuy.html">Why Buy?</a></li>');
	}

if (section == "Discounts" ) {
		document.write('<li><em><a href="/Guestbook.php">Internet Only Specials</a></em></li>');
	} 
	else {
		document.write('<li><a href="/Guestbook.php">Internet Only Specials</a></li>');
	}

/*if (section == "WeeklySpecials" ) {
		document.write('<li><em><a href="/Guestbook.php">Weekly Specials</a></em></li>');
	} 
	else {
		document.write('<li><a href="/Guestbook.php">Weekly Specials</a></li>');
	}*/


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