// JavaScript Document
function inner_bottom()
{
var str="";
str+="<table cellpadding='0' callspacing='0' border='0' align='center'>";
str+="<tr>";
str+="<td colspan='2' height='50' bgcolor='#B8B9BF' align='center' class='innerbottom'>";
str+="<a href='index.html' class='ibottom'>Home</a>  |  <a href='aboutus.html' class='ibottom'>About Us</a>  |  <a href='customers.html' class='ibottom'>Customers</a>  |  <a href='location.html' class='ibottom'>Location</a>  |  <a href='technology_equipment.html' class='ibottom'>Technology - Equipment</a>";
str+=" | <a href='quality_management.html' class='ibottom'>Quality Management</a> | <a href='service.html' class='ibottom'>Service</a> |  <a href='contact.html' class='ibottom'>Contact Us</a><br>";
str+="<font class='innercopy'>© 2007 Aaron.  All Rights Reserved.</font> Web Site Design by <a href='http://www.ridge-web.ie' target='blank' class='ibottom2'>Ridge Web</a>";
str+="</td>";
str+="</tr>";
str+="</table>";
document.write(str);
}