// JavaScript Document Holds DATE, TOP NAVIGATION, ADDRESS & DISCLAIMER Include File Used On All Web Pages


/********************************************************
* TOP NAV
********************************************************/
function topNav() {
document.write('<div id="top" align="center">');
document.write('<a href="http://gmautotech.com/index.html" class="nav">Home</a><a href="http://gmautotech.com/about.html" class="nav">About Us</a><a href="http://gmautotech.com/team.html" class="nav">Our Team</a><a href="http://gmautotech.com/services.html" class="nav">Services</a><a href="http://gmautotech.com/inventory.html" class="nav">Pre-Owned Inventory</a><a href="http://gmautotech.com/contact.html" class="nav">Contact Us</a><a href="http://gmautotech.com/resourceLinks.html" class="nav">Resource Links</a>');

}

/********************************************************
* ADDRESS AND DISCLAIMER 
********************************************************/
function disclaimer() {
document.write('<div id="disclaimer" valign="middle" align="center">');
document.write('Copyright&nbsp;&copy; 2010 G&amp;M Auto Tech. All Rights Reserved');
}

function address() {
document.write('<div id="address" valign="middle" align="center">');
document.write('1505 State Street &bull; Schenectady, New York 12304 &bull; Tel:   518.382.9427 &bull; Fax:   518.382.2478');
}
