//JavaScript File for virtual footer
//Update this document only to change footer on site


function printVirtualFooterdown() 

{
document.write("<div align='center'>");
document.write("<br>");
document.write("<a href='index.htm' class='down'>Home</a>&nbsp;<font color='#003399' size='1'>|</font>&nbsp;");
document.write("<a href='capabilities.htm' class='down'>Capabilities</a>&nbsp;<font color='#003399' size='1'>|</font>&nbsp;");
document.write("<a href='screwmachine.htm' class='down'>Screw Machine</a>&nbsp;<font color='#003399' size='1'>|</font>&nbsp;");
document.write("<a href='cnc.htm' class='down'>CNC</a>&nbsp;<font color='#003399' size='1'>|</font>&nbsp;");
document.write("<a href='10reasons.htm' class='down'>10 Reasons</a>&nbsp;<font color='#003399' size='1'>|</font>&nbsp;");
document.write("<a href='consulting.htm' class='down'>Consulting</a>&nbsp;|&nbsp;");
document.write("<a href='contactus.htm' class='down'>Contact Us</a>");
document.write("<br>");
document.write("<br><font size='1' color='#CCCCCC'> &copy; 2009 Component Technologies - www.component-tech.com - All rights reserved.</font></br>");
// document.write("<font size='1' color='#CCCCCC'>Please direct any questions or comments about this web site <a href='mailto:info@westwildwood.com'><font size='1'>here</font></a>.</font>");
document.write("</div>");
} 

