<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'

document.write('<TABLE cellpadding="0" cellspacing="0" border="0" WIDTH="100%" background="images/bg-menu.gif"><tr><td align="center">');
document.write('<TABLE cellpadding="0" cellspacing="0" border="0"><tr><td>');
document.write('<img src="images/spacer.gif" width="1" height="35"><br>');


// START LINKS //


document.write('</td><td nowrap>');
document.write('<a href="home.htm" class="menu-h">Home</a>');

document.write('</td><td nowrap>');
document.write('<a href="services.htm" class="menu-h">Services</a>');


document.write('</td><td nowrap>');
document.write('<a href="benefits.htm" class="menu-h">Benefits</a>');


document.write('</td><td nowrap>');
document.write('<a href="support.htm" class="menu-h">Support</a>');


document.write('</td><td nowrap>');
document.write('<a href="careers.htm" class="menu-h">Careers</a>');


document.write('</td><td nowrap>');
document.write('<a href="about.htm" class="menu-h">About Us</a>');


document.write('</td><td nowrap>');
document.write('<a href="contact.htm" class="menu-h">Contact Us</a>');




// END LINK BUTTONS //


document.write('</td><td>');
document.write('<img src="images/spacer.gif" width="1" height="35"><br>');
document.write('</td></tr></table>');
document.write('</td></tr></table>');

//  End -->