//check current section level
if(typeof(window.this_section_id)=="undefined"){this_section_id="";}

//site logo + top site nav
document.write ("<div align='center'>");
document.write ("<table width='898' height='124' border='0' cellspacing='0' cellpadding='0'>");
document.write ("<tr>");
	document.write ("<td width='20%' align='left' valign='top'>");
		// website logo
		document.write ("<a href='index.html'><img src='_images/logo_vuzix.gif' width='178' height='114' border='0' /></a>");
	document.write ("</td>");
	
	document.write ("<form name='form_website_country_region'>");	// form for selecting country/region

	document.write ("<td width='80%' align='right' valign='top'>");
	
		// space before nav top site
		document.write ("<img src='../site/_images/null_1_1.gif' width='50' height='20' />");
		document.write ("<br />");
		
		document.write ("<a href='index.html' class='nav_site_top'>");
		document.write ("トップページに戻る");
		document.write ("</a>");

		
		// space vertical
		document.write ("<br />")
		document.write ("<img src='_images/null_1_1.gif' width='50' height='61' border='0' />")
		document.write ("<br />")

		// current website flag
		document.write ("<img src='_images/flag_jp.gif' width='17' height='13' border='0' hspace='5' align='absmiddle' />")

		// select website country/region
		document.write ("<select size='1' name='select_website_country_region' class='country_region_list' ");
		document.write ("onchange='var new_url=document.form_website_country_region.select_website_country_region.options[document.form_website_country_region.select_website_country_region.selectedIndex].value; ");
		document.write ("document.form_website_country_region.select_website_country_region.selectedIndex=1; ");	// restore current country/region selection
		document.write ("document.form_website_country_region.select_website_country_region.blur(); ");
		document.write ("top.location.href=new_url; ");
		document.write ("return false;' >");
		document.write ("<option value='http://www.vuzix.com/'>United States</option>");
		document.write ("<option value='http://www.vuzix.com/_jp/' selected>Japan</option>");
		document.write ("<option value='http://www.vuzix.com/UKSITE/'>United Kingdom</option>");
		document.write ("</select>");

	document.write ("</td>");
	
	document.write ("</form>");	// form for selecting country/region


document.write ("</tr>");
document.write ("</table>");
document.write ("</div>");