<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'

document.write('<TABLE cellpadding="0" cellspacing="0" border="0" width="156"><tr><td>');


// TITLE LINE 1

document.write('<span class="menutitle">Site Links:</span><br>');


// START LINKS


// NOTE: COPY AND PASTE THE NEXT LINE TO MAKE A NEW LINK

document.write('<a href="index.html" class="menu">Home</a>');
document.write('<a href="adapter.html" class="menu">Adapters for OBD</a>');
document.write('<a href="allpro.html" class="menu">AllPro Adapter Kit</a>');
document.write('<a href="dcan.html" class="menu">D-CAN Kit</a>');
document.write('<a href="products.html" class="menu">Products</a>');


// BLACK SPLIT LINE 1

document.write('<img src="picts/menu-line.gif" width="156" height="2" vspace="4"><br>');


// TITLE LINE 2

document.write('<span class="menutitle">Help & Support:</span><br>');
document.write('<a href="drivers.html" class="menu">Windows Drivers</a>');
document.write('<a href="picprog.html" class="menu">Programming PIC18F</a>');
document.write('<a href="pic24prog.html" class="menu">Programming PIC24F</a>');
document.write('<a href="resources.html" class="menu">Resources</a>');
document.write('<a href="contact.html" class="menu">Contact</a>');



// BLACK SPLIT LINE 3

document.write('<img src="picts/menu-line.gif" width="156" height="2" vspace="4"><br>');





document.write('</td></tr></table>');
document.write('<!-- LINK TABLE-->');


//  End -->
