// check current section level
if(typeof(window.this_section_id)=="undefined"){this_section_id="";}

document.write ("<table cellspacing='0' cellpadding='0' width='100%' border='0'>");
document.write ("<tr>");

document.write ("<td align='left' width='30%' class='nav_site_bottom'>");
	document.write ("<a href='http://store.vuzix.co.uk/' class='link_nav_site_bottom_left'>Store</a>");
	document.write ("&nbsp;&nbsp;|&nbsp;&nbsp;");
	document.write ("<a href='../forums/index.html' class='link_nav_site_bottom_left'>Forums</a>");
	document.write ("&nbsp;&nbsp;|&nbsp;&nbsp;");
	document.write ("<a href='../support/index.html' class='link_nav_site_bottom_left'>Support</a>");
	document.write ("&nbsp;&nbsp;|&nbsp;&nbsp;");
	document.write ("<a href='../news/index.html' class='link_nav_site_bottom_left'>News</a>");
	document.write ("&nbsp;&nbsp;|&nbsp;&nbsp;");
	document.write ("<a href='../contact/index.aspx' class='link_nav_site_bottom_left'>Contact</a>");
document.write ("</td>");

document.write ("<td align='right' width='70%' class='nav_site_bottom'>");
	document.write ("<a href='../iwear/index.html' class='link'>Consumer</a>");
	document.write ("&nbsp;&nbsp;|&nbsp;&nbsp;");
	document.write ("<a href='http://www.vuzix.com/medical/index.html' target='_blank' class='link'>Medical</a>");
	document.write ("&nbsp;&nbsp;|&nbsp;&nbsp;");
	document.write ("<a href='../tactical/index.html' class='link'>Defense &amp; Industrial</a>");
	document.write ("&nbsp;&nbsp;|&nbsp;&nbsp;");
	document.write ("<a href='../corporate/index.html' class='link'>Vuzix Corp.</a>");
	document.write ("&nbsp;&nbsp;|&nbsp;&nbsp;");
	document.write ("<a href='../home/index.html' class='link'>Home</a>");
document.write ("</td>");

document.write ("</tr>");
document.write ("</table>");
