// JavaScript Document
//img_path = 'file://chacko/bmmi/website/images/'
//doc_path = 'file://chacko/bmmi/website/'

img_path = 'http://www.bmmigroup.com/images/'
doc_path = 'http://www.bmmigroup.com/'


document.writeln("<table width=400 border=0 cellspacing=0 cellpadding=0><tr>");
document.writeln("<td width=28 align=center><img src=" + img_path + "spacer.gif width=15 height=40></td>");
document.writeln("<td width=48 align=center valign=middle><a href=" + doc_path + "index.php><img src=" + img_path + "menu/home_bottom.gif width=32 height=17 border=0></a></td>");
document.writeln("<td width=10 align=center valign=middle><img src=" + img_path + "menu/bottom_break.gif width=7 height=17></td>");
document.writeln("<td width=53 align=center valign=middle><a href=" + doc_path + "sitemap.html><img src=" + img_path + "menu/sitemap_bottom.gif width=44 height=17 border=0></a></td>");
document.writeln("<td width=10 align=center valign=middle><img src=" + img_path + "menu/bottom_break.gif width=7 height=17></td>");
document.writeln("<td width=93 align=center valign=middle><a href=" + doc_path + "legal.html><img src=" + img_path + "menu/legal_bottom.gif width=85 height=17 border=0></a></td>");
document.writeln("<td width=8 align=center valign=middle><img src=" + img_path + "menu/bottom_break.gif width=7 height=17></td>");
document.writeln("<td width=84 align=center valign=middle><a href=" + doc_path + "privacy.html><img src=" + img_path + "menu/privacy_bottom.gif width=72 height=17 border=0></a></td>");
document.writeln("<td width=10 align=center valign=middle><img src=" + img_path + "menu/bottom_break.gif width=7 height=17></td>");
document.writeln("<td width=56 align=center valign=middle><a href=" + doc_path + "contactus.html><img src=" + img_path + "menu/contact_bottom.gif width=42 height=17 border=0></a></td>");
document.writeln("</tr></table>");