// 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/' class='link_nav_site_bottom_left'>Forums</a>");
	document.write ("&nbsp;&nbsp;|&nbsp;&nbsp;");
	document.write ("<a href='../support/' class='link_nav_site_bottom_left'>Support</a>");
	document.write ("&nbsp;&nbsp;|&nbsp;&nbsp;");
	document.write ("<a href='../news/' 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='../consumer/' class='link'>Consumer</a>");
	document.write ("&nbsp;&nbsp;|&nbsp;&nbsp;");
	document.write ("<a href='http://www.vuzix.com/medical/' target='_blank' class='link'>Medical</a>");
	document.write ("&nbsp;&nbsp;|&nbsp;&nbsp;");
	document.write ("<a href='http://www.vuzix.com/tactical/' target='_blank' class='link'>Defence &amp; Industrial</a>");
	document.write ("&nbsp;&nbsp;|&nbsp;&nbsp;");
	document.write ("<a href='../ar/' class='link'>Augmented Reality</a>");
	document.write ("&nbsp;&nbsp;|&nbsp;&nbsp;");
	document.write ("<a href='../corporate/' class='link'>Vuzix Corp.</a>");
	document.write ("&nbsp;&nbsp;|&nbsp;&nbsp;");
	document.write ("<a href='../home/' class='link'>Home</a>");
document.write ("</td>");

document.write ("</tr>");
document.write ("</table>");

