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

// Text Links to main pages
var footer1="<div align=\"center\"> \
<a href=\"/\">Home</a> \| \
<a href=\"/#expertise\">Expertise</a> \| \
<a href=\"/products_services/\">Products and Services</a> \| \
<a href=\"/courses/\">Training Courses</a> \| \
<a href=\"/links.html\">Related Links</a> \| \
<a href=\"/about_us.html\">About Us</a> \| \
<a href=\"/contact_us.html\">Contact Us</a> \
</div>";


// Email
var footer2="<P><div align=\"center\"> \
<font face=\"Arial, Helvetica, sans-serif\" size=\"1\"> \
Contact us at: <a href=\"mailto:info\@mgt-inc.com\">info\@mgt-inc.com</a> \
</font>";

document.write(footer1);
document.write(footer2);

