
// site nav items - on home page
//var array_sections=new Array();
//array_sections[0]=new Array("store", "Store", "https://store.vuzix.com/");
//array_sections[1]=new Array("support", "Support", "support/index.html");
//array_sections[2]=new Array("news", "News", "news/index.html");
//array_sections[3]=new Array("contact", "Contact", "contact/index.html");
//array_sections[4]=new Array("home", "Home", "index.html");

if(typeof(window.this_section_id)=="undefined"){this_section_id="";}

// site logo + top nav home + nav languages
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_home.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' >")
	
		// nav top home

		// space before nav top home
		document.write ("<img src='_images/null_1_1.gif' width='50' height='20' border='0' />")
		document.write ("<br />")
		
		// 		nav top home
		//		for(j=0;j<array_sections.length;j++){
		//			if(this_section_id==array_sections[j][0]){
		//				document.write ("<img src='_images/null_1_1.gif' width='22' height='8' />")
		//				document.write ("<a href='"+array_sections[j][2]+"' class='nav_top_home_in'>"+array_sections[j][1]+"</a>")
		//			}else{
		//				document.write ("<img src='_images/null_1_1.gif' width='22' height='8' />")
		//				document.write ("<a href='"+array_sections[j][2]+"' class='nav_top_home'>"+array_sections[j][1]+"</a>")
		//			}
		//		}
		
		
		// space vertical
		document.write ("<br />")
		document.write ("<img src='_images/null_1_1.gif' width='50' height='54' 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>")


