<!-- 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</a>');
document.write('<a href="allpro_serial.html" class="menu">AllPro Serial</a>');
document.write('<a href="simulators.html" class="menu">OBD Simulators</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="allpronotes.html" class="menu">AllPro Assembling Notes</a>');
document.write('<a href="drivers.html" class="menu">Windows Drivers</a>');
document.write('<a href="prog2455.html" class="menu">Programming PIC18F</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 -->