//Banner 
document.write("<table width=\"880\" align=\"center\" cellspacing=\"0\">");
document.write("<tr>");
document.write("<td>");
document.write("<img src=\"images/mds_banner3.png\" USEMAP=\"#mds_banner3\" BORDER=0>");
document.write("<map name=\"mds_banner3\">");
document.write("<area name=\"MDS Home\" shape=\"rect\" coords=\"45,13,294,130\" href=\"http://www.mdstrucking.com\"  alt=\"Home Page\" target=\"_self\">");
document.write("<area name=\"Dockside\" shape=\"rect\" coords=\"203,134,337,187\" href=\"http//docksidelogistics.com\"  alt=\"Dockside\" target=\"_blank\">");
document.write("<area shape=\"default\" href=\"http://www.mdstrucking.com\" target=\"_self\">");
document.write("</map>");


//document.write("<img src=\"images/mds_banner2.png\" USEMAP=\"#NotNamed\" BORDER=0>");
//document.write("<map name=\"NotNamed\">");
//document.write("<area name=\"MDS\" shape=\"rect\" coords=\"61,11,289,123\" href=\"index.html\"  alt=\"MDS Home\" target=\"_self\">");
//document.write("<area name=\"Dockside\" shape=\"rect\" coords=\"19,131,134,180\" href=\"http://www.docksidelogistics.com\"  alt=\"Dockside Logistics\" OnMouseOver=\"window.status='MDS Home'; return true\" OnMouseOut=\"window.status=''; return true\" target=\"_blank\">");
//document.write("<area name=\"Specialized Services Group\" shape=\"rect\" coords=\"236,126,339,180\" href=\"http://www.ssgtrucking.com\"  alt=\"Specialized Services Group\" OnMouseOver=\"window.status='Specialized Services Group'; return true\" OnMouseOut=\"window.status=''; return true\" target=\"_blank\">");
//document.write("</map>");

document.write("</td>");
document.write("</tr>");
document.write("</table>");




var spacer = " | ";
document.write("<table class=\"orange\" width=\"880\" align=\"center\" cellspacing=\"0\">");
document.write("<tr align=\"center\">");
document.write("<td><a href=\"index.html\" title=\"Home\"><img src=\"images/Home.gif\" alt=\"Home\"></a></td>");
document.write("<td><a href=\"AboutMDS.html\" title=\"About MDS\"><img src=\"images/AboutMDS.gif\" alt=\"About MDS\"></a></td>");
document.write("<td><a href=\"Services.html\" title=\"Services\"><img src=\"images/Services.gif\" alt=\"Services\"></a></td>");
document.write("<td><a href=\"News.html\" title=\"News\"><img src=\"images/News.gif\" alt=\"News\"></a></td>");
document.write("<td><a href=\"Careers.html\" title=\"Careers\"><img src=\"images/Careers.gif\" alt=\"Careers\"></a></td>");
document.write("<td><a href=\"Contacts.html\" title=\"Contacts\"><img src=\"images/Contacts.gif\" alt=\"Contacts\"></a></td>");
document.write("<td><a href=\"Links.html\" title=\"Links\"><img src=\"images/Links.gif\" alt=\"Links\"></a></td>");
document.write("</tr>");
document.write("</table>");



