
<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'

// Runge Note: Evidently, Visual Web compiles a Javascript once, and never recompiles it, even
// if you make changes to it. Or if it does so, it does so sporadically. So if you make changes
// to this file under ASP and these are not reflected on the pages, what you need to do it to
// save this file under another name (with your changes, and then change the scripts in all the 
// pages that call it to the new name.  11-11-06

// START LINK TABLE

document.write('<TABLE cellpadding="0" cellspacing="0" border="0" width="150" class="menulinks">');

// NOTE: COPY AND PASTE THE NEXT 2 LINES TO MAKE A NEW LINK SEE NOTE BELOW

document.write('<tr><td align="left" valign="center" background="picts/background-menu.gif" height="22">');
document.write('<img src="picts/spacer.gif" HEIGHT=5 WIDTH=15><a href="Default.aspx">Home</a><br>');

document.write('</td></tr><tr><td align="left" valign="center" background="picts/background-menu.gif" height="22">');
document.write('<img src="picts/spacer.gif" HEIGHT=5 WIDTH=15><a href="services.aspx">What We Do</a><br>');

document.write('</td></tr><tr><td align="left" valign="center" background="picts/background-menu.gif" height="22">');
document.write('<img src="picts/spacer.gif" HEIGHT=5 WIDTH=15><a href="DPG Team.aspx">Our Team</a><br>');

document.write('</td></tr><tr><td align="left" valign="center" background="picts/background-menu.gif" height="22">');
document.write('<img src="picts/spacer.gif" HEIGHT=5 WIDTH=15><a href="Solutions.aspx">Solutions</a><br>');

document.write('</td></tr><tr><td align="left" valign="center" background="picts/background-menu.gif" height="22">');
document.write('<img src="picts/spacer.gif" HEIGHT=5 WIDTH=15><a href="DPG Business Partners.aspx">DPG Partners</a><br>');

document.write('</td></tr><tr><td align="left" valign="center" background="picts/background-menu.gif" height="22">');
document.write('<img src="picts/spacer.gif" HEIGHT=5 WIDTH=15><a href="Library.aspx">Library</a><br>');

document.write('</td></tr><tr><td align="left" valign="center" background="picts/background-menu.gif" height="22">');
document.write('<img src="picts/spacer.gif" HEIGHT=5 WIDTH=15><a href="contact.aspx">Contact</a><br>');

document.write('</td></tr><tr><td align="left" valign="center" background="picts/background-menu.gif" height="22">');
document.write('<img src="picts/spacer.gif" HEIGHT=5 WIDTH=15><a href="Memberlogin1776.aspx">Members Area</a><br>');


document.write('</td></tr><tr><td align="left" VALIGN="center">');

// NOTE: CHANGE THE HEIGHT="22" TO A SMALLER NUMBER TO MAKE ROOM FOR MORE LINKS

//document.write('<img src="picts/spacer.gif" HEIGHT="22" WIDTH="10"><br>');

document.write('</td></tr></table>');
document.write('<!-- LINK TABLE-->');

//  End -->