// File: header.js
// Developed for MGT Inc, by DecaTech Solutions, Inc.
// last modified: 06/11/2000

// Text Links to main pages
var footer1=" &nbsp;\
<font color=\"#FFFFFF\" face=\"Tahoma, Verdana, sans-serif\" size=\"2\"> \
<a CLASS=\"NavStyle\" href=\"/\">Home</a> \| \
<a CLASS=\"NavStyle\" href=\"/#expertise\">Expertise</a> \| \
<a CLASS=\"NavStyle\" href=\"/products_services/\">Products and Services</a> \| \
<a CLASS=\"NavStyle\" href=\"/courses/\">Training Courses</a> \| \
<a CLASS=\"NavStyle\" href=\"/links.html\">Related Links</a> \| \
<a CLASS=\"NavStyle\" href=\"/about_us.html\">About Us</a> \| \
<a CLASS=\"NavStyle\" href=\"/contact_us.html\">Contact Us</a> \
</font>";

document.write(footer1);
