<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'
// USE lowercase FOR ALL OPTIONS ONLY

var showimage1		= "no"		//  SHOW FIRST SIDEBAR IMAGE
var showimage2		= "no"		//  SHOW SECOND SIDEBAR IMAGE
var showimage3		= "no"		//  SHOW SECOND SIDEBAR IMAGE
var linkstop 		= "yes" 		//  START LINKS AT THE VERY TOP

var showdate		= "yes"		// SHOW THE DATE ON THE PAGE
var dateLR		= "right"	// DATE LEFT OR RIGHT
var dateX		= "100"		// DATE X LOCATION
var dateY		= "57"		// DATE Y LOCATION


document.write('<DIV id="menulocation">');
document.write('<TABLE cellpadding="0" cellspacing="0" border="0" width="154"><tr><td class="menutrans">');
   if (linkstop == "no") {
document.write('<img src="images/menu-top.gif" width="154" height="70"><br>');
}



// START LINKS //


document.write('</td></tr><tr><td nowrap>');
document.write('<a href="index.html" class="menu">Home</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="economy.html" class="menu">Economy Cars</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="pickups.html" class="menu">PickUps</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="suv.html" class="menu">Suvs</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="vans.html" class="menu">Vans</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="family.html" class="menu">Family Cars</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="twodoors.html" class="menu">Two Doors</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="powersports.html" class="menu">Powersports <img border="0" src="images/flashingnew.gif" width="32" height"16"> </a>');

document.write('</td></tr><tr><td nowrap>');
//document.write('<a href="special.html" class="menu">Special</a>');

document.write('</td></tr><tr><td nowrap>');
//document.write('<a href="collectible.html" class="menu">Collectible</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="application.html" class="menu">Credit Application</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="specialfinance.html" class="menu">Special Finance</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="calculator.html" class="menu">Loan Calculator</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="http://www.nadaguides.com" target="_new" class="menu">NADA</a>');



// COPY AND PASTE THE NEXT TWO LINES TOO ADD A NEW LINK


document.write('</td></tr><tr><td nowrap>');
document.write('<a href="contact.php" class="menu">Contact Us</a>');



// END LINKS //



document.write('</td></tr><tr><td>');
document.write('<img src="images/menu-bottom.gif" width="154" height="34"><br>');

document.write('</td></tr><tr><td align="center">');


// START MENU IMAGES


   if (showimage1 == "yes") {
document.write('<br><br><a href="special.html"><img src="special/2.jpg" width="75" height="75" border="0"></a><br><br>');
document.write('<a href="special.html"><center><font color="white"><b>Check out the weekly special above!</b></font></a></center><br>');
}
   if (showimage2 == "yes") {
document.write('<br><br><a href="collectible.html"><img src="collectible/1.jpg" width="75" height="75" border="0"></a><br><br>');
document.write('<a href="collectible.html"><center><font color="white"><b>Check out the special <br>collectible above!</b></font></a></center><br>');
}

 if (showimage3 == "yes") {
document.write('<a href="specialfinance.html"><img src="images/menuflashing.gif" width="75" height="75" border="0"></a><br>');
document.write('<a href="specialfinance.html"><center><font color="white"><b>New Special Finance Program</b></font></a></center><br>');
}

document.write('</td></tr></table></DIV>');

// START DATE SCRIPT
   if (showdate == "yes") {

document.write('<div id="date-location" style="'+dateLR+': '+dateX+'px; POSITION: absolute; TOP: '+dateY+'px">');
var d=new Date()
var weekday=new Array("Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday")
var monthname=new Array("January","February","March","April","May","June","July","August","September","October","November","December")
document.write("<span class=\"date-font\"><nobr>" + weekday[d.getDay()] + " ")
document.write(monthname[d.getMonth()] + " ")
document.write(d.getDate() + ", ")
document.write(d.getFullYear())
document.write("</nobr><br></span>")
document.write('</div>');

}


//  End -->
