
document.write('<a href="/index.html" class="orange">Home </a><img src="/images/spacer.gif" width="13" height="8">|<img src="images/spacer.gif" width="13" height="1">');
document.write('<a href="/service.html" class="orange">Services </a><img src="/images/spacer.gif" width="13" height="8">|<img src="images/spacer.gif" width="13" height="1">');
document.write('<a href="/consult.html" class="orange">Solutions </a><img src="/images/spacer.gif" width="13" height="8">|<img src="images/spacer.gif" width="13" height="1">');
document.write('<a href="/sales.html" class="orange">Sales </a><img src="/images/spacer.gif" width="13" height="8">|<img src="images/spacer.gif" width="13" height="1">');
document.write('<a href="/contact.html" class="orange">Contact us </a><br>');

emailname = "support"
emailserver = "computer-facilities.com?subject=web enquiry"
document.write("<span class='copy'>");
document.write("<a href='mailto:" + emailname + "@" + emailserver + "'>");
document.write("<font color='6D6D6D'>");
document.write("Coded Designed and Hosted by &copy; Computer Facilities, 2005");
document.write("</a></span>");
