// JavaScript Document
function fnhome(){
var str="";
str=str+"<table cellpadding='0' cellspacing='0' border='0'>";
str=str+"<tr>";
str=str+"	<td ><img src='images/spacer.gif' width='3'></td>";
str=str+"	<td><img src='images/menu-bullet.gif' height='12' width='9' alt='' border='0'></td>";
str=str+"	<td><a href='about.html'class='lnk1'>About Us</a></td>";
str=str+"	<td ><img src='images/spacer.gif' width='20'></td>";
str=str+"	<td><img src='images/menu-bullet.gif' height='12' width='9' alt='' border='0'></td>";
str=str+"	<td><a href='infrastructure.html'class='lnk1'>Infrastructure</a></td>";
str=str+"	<td ><img src='images/spacer.gif' width='20'></td>";
str=str+"	<td><img src='images/menu-bullet.gif' height='12' width='9' alt='' border='0'></td>";
str=str+"	<td><a href='quality.html' class='lnk1'>QualityControl</a></td>";
str=str+"	<td ><img src='images/spacer.gif' width='20'></td>";
str=str+"	<td><img src='images/menu-bullet.gif' height='12' width='9' alt='' border='0'></td>";
str=str+"	<td><a href='products.html' class='lnk1'>Products</a></td>";
str=str+"	<td ><img src='images/spacer.gif' width='20'></td>";
str=str+"	<td><img src='images/menu-bullet.gif' height='12' width='9' alt='' border='0'></td>";
str=str+"	<td><a href='certifications.html' class='lnk1'>Certifications</a></td>";
str=str+"	<td ><img src='images/spacer.gif' width='20'></td>";
str=str+"	<td><img src='images/menu-bullet.gif' height='12' width='9' alt='' border='0'></td>";
str=str+"	<td><a href='customers.html' class='lnk1'>Customers</a></td>";
str=str+"	<td ><img src='images/spacer.gif' width='20'></td>";
str=str+"	<td><img src='images/menu-bullet.gif' height='12' width='9' alt='' border='0'></td>";
str=str+"	<td><a href='machine_shop.html' class='lnk1'>Machine Shop</a></td>";
str=str+"	<td ><img src='images/spacer.gif' width='20'></td>";
str=str+"	<td><img src='images/menu-bullet.gif' height='12' width='9' alt='' border='0'></td>";
str=str+"	<td><a href='contact.html' class='lnk1'>Contact Us</a></td>";
str=str+"</tr>";
str=str+"</table>";
document.write(str);
}

function fntopmenu(){
var str="";
str=str+"<table cellpadding='0' cellspacing='0' border='0'>";
str=str+"<tr>";
str=str+"	<td ><img src='images/spacer.gif' width='3'></td>";
str=str+"	<td><img src='images/menu-bullet.gif' height='12' width='9' alt='' border='0'></td>";
str=str+"	<td><a href='index.html' class='lnk1'>Home</a></td>";
str=str+"	<td ><img src='images/spacer.gif' width='15'></td>";
str=str+"	<td><img src='images/menu-bullet.gif' height='12' width='9' alt='' border='0'></td>";
str=str+"	<td><a href='about.html'class='lnk1'>About Us</a></td>";
str=str+"	<td ><img src='images/spacer.gif' width='15'></td>";
str=str+"	<td><img src='images/menu-bullet.gif' height='12' width='9' alt='' border='0'></td>";
str=str+"	<td><a href='infrastructure.html'class='lnk1'>Infrastructure</a></td>";
str=str+"	<td ><img src='images/spacer.gif' width='15'></td>";
str=str+"	<td><img src='images/menu-bullet.gif' height='12' width='9' alt='' border='0'></td>";
str=str+"	<td><a href='quality.html' class='lnk1'>QualityControl</a></td>";
str=str+"	<td ><img src='images/spacer.gif' width='15'></td>";
str=str+"	<td><img src='images/menu-bullet.gif' height='12' width='9' alt='' border='0'></td>";
str=str+"	<td><a href='products.html' class='lnk1'>Products</a></td>";
str=str+"	<td ><img src='images/spacer.gif' width='15'></td>";
str=str+"	<td><img src='images/menu-bullet.gif' height='12' width='9' alt='' border='0'></td>";
str=str+"	<td><a href='certifications.html' class='lnk1'>Certifications</a></td>";
str=str+"	<td ><img src='images/spacer.gif' width='15'></td>";
str=str+"	<td><img src='images/menu-bullet.gif' height='12' width='9' alt='' border='0'></td>";
str=str+"	<td><a href='customers.html' class='lnk1'>Customers</a></td>";
str=str+"	<td ><img src='images/spacer.gif' width='15'></td>";
str=str+"	<td><img src='images/menu-bullet.gif' height='12' width='9' alt='' border='0'></td>";
str=str+"	<td><a href='machine_shop.html' class='lnk1'>Machine Shop</a></td>";
str=str+"	<td ><img src='images/spacer.gif' width='15'></td>";
str=str+"	<td><img src='images/menu-bullet.gif' height='12' width='9' alt='' border='0'></td>";
str=str+"	<td><a href='contact.html' class='lnk1'>Contact Us</a></td>";
str=str+"</tr>";
str=str+"</table>";
document.write(str);
}

function fnbottom(){
var str="";
str=str+"<table cellpadding='0' cellspacing='0' border='0'>";
str=str+"<tr>";
str=str+"   <td width='7'>&nbsp;</td>";
str=str+"	<td><a href='index.html'>Home</a></td>";
str=str+"	<td class='cright'>&nbsp; | &nbsp;</td>";
str=str+"	<td><a href='about.html'>About Us</a></td>";
str=str+"	<td class='cright'>&nbsp; | &nbsp;</td>";
str=str+"	<td><a href='infrastructure.html'>Infrastructure</a></td>";
str=str+"	<td class='cright'>&nbsp; | &nbsp;</td>";
str=str+"	<td><a href='quality.html'>QualityControl</a></td>";
str=str+"	<td class='cright'>&nbsp; | &nbsp;</td>";
str=str+"	<td><a href='products.html'>Products</a></td>";
str=str+"	<td class='cright'>&nbsp; | &nbsp;</td>";
str=str+"	<td><a href='certifications.html'>Certifications</a></td>";
str=str+"	<td class='cright'>&nbsp; | &nbsp;</td>";
str=str+"	<td><a href='customers.html'>Customers</a></td>";
str=str+"	<td class='cright'>&nbsp; | &nbsp;</td>";
str=str+"	<td><a href='machine_shop.html'>Machine Shop</a></td>";
str=str+"	<td class='cright'>&nbsp; | &nbsp;</td>";
str=str+"	<td><a href='contact.html'>Contact Us</a></td>";
str=str+"</tr>";
str=str+"</table>";
document.write(str);
}
