
// Header
var pathT ="/en";

function findFilenm() {
	var ro = new Array();
	var cs = new Array();
	var urlPath = window.self.location.pathname;
	var nam = urlPath.slice(4,8);
//	var nam = urlPath.slice(15,19);

	for (var i = 0; i < 6; i++) {
	var nm = new Array();
	nm[0] = "news";
	nm[1] = "prop";
	nm[2] = "prod";
	nm[3] = "why/";
	nm[4] = "abou";
	nm[5] = "cont";
	if(nam == nm[i]){
		ro[i] = "_o";
		cs[i] = "n";}
	else {ro[i] = "";
	cs[i] = "imgover";
	}
	}
	
	document.write("<div id='hd'>");
	document.write("<div id='logoimg'><a href='"+ pathT +"/index.html'><img src='"+ pathT +"/share/img/50thlogo.gif' alt='50th ANNIVERSARY TOTANI' width='195' height='42' /></a></div>");
	document.write("<div id='logonm'><a href='"+ pathT +"/index.html'><img src='"+ pathT +"/share/img/hd_name.gif' alt='TOTANI CORPORATION' width='250' height='16' /></a><br />");
	document.write("<p>The World Leader in Pouch Making Machinery</p>");
	document.write("</div>");
	document.write("<form id='glbs' name='hdmn' action=''>");
 	document.write("<select name='hdmenu' onchange='srcMenu();'>");
 	document.write("<option selected='selected' value=''> Select Language </option>");
 	document.write("<option value='http://www.totani.co.jp/'>Japanese</option>");
 	document.write("<option value='http://www.daliantotani.com/cn/'>Chinese(GB)</option>");
 	document.write("</select>");
 	document.write("</form>");
	document.write("<ul class='sub'>");
	document.write("<li><a href='"+ pathT +"/index.html'><img src='"+ pathT +"/share/img/hd_hom.gif' alt='Home' width='51' height='14' /></a></li>");
	document.write("<li><a href='"+ pathT +"/contactus/support.html'><img src='"+ pathT +"/share/img/hd_spt.gif' alt='Support' width='62' height='14' /></a></li>");
	document.write("<li><a href='"+ pathT +"/sitemap.html'><img src='"+ pathT +"/share/img/hd_stm.gif' alt='Site Map' width='67' height='14' /></a></li>");
	document.write("<li><a href='"+ pathT +"/faq/index.html'><img src='"+ pathT +"/share/img/hd_faq.gif' alt='FAQ' width='42' height='14' /></a></li>");
	document.write("<li class='last'><a href='"+ pathT +"/about/locations.html'><img src='"+ pathT +"/share/img/hd_lct.gif' alt='Location' width='65' height='14' /></a></li>");
	document.write("</ul>");
	document.write("<ul id='hdnv'>");
	document.write("<li class='s'><a href='"+ pathT +"/news/index.html'><img class='" + cs[0] + "' src='"+ pathT +"/share/img/hd_nws"+ ro[0] +".gif' alt='News' width='133' height='38' /></a></li>");
	document.write("<li><a href='"+ pathT +"/proposals/index.html'><img class='" + cs[1] + "' src='"+ pathT +"/share/img/hd_prp"+ ro[1] +".gif' alt='Proposals' width='134' height='38' /></a></li>");
	document.write("<li class='s'><a href='"+ pathT +"/products/index.html'><img class='" + cs[2] + "' src='"+ pathT +"/share/img/hd_pdt"+ ro[2] +".gif' alt='Products' width='133' height='38' /></a></li>");
	document.write("<li><a href='"+ pathT +"/why/index.html'><img class='" + cs[3] + "' src='"+ pathT +"/share/img/hd_why"+ ro[3] +".gif' alt='Why TOTANI?' width='134' height='38' /></a></li>");
	document.write("<li class='s'><a href='"+ pathT +"/about/index.html'><img class='" + cs[4] + "' src='"+ pathT +"/share/img/hd_abt"+ ro[4] +".gif' alt='About Us' width='133' height='38' /></a></li>");
	document.write("<li class='s'><a href='"+ pathT +"/contactus/index.html'><img class='" + cs[5] + "' src='"+ pathT +"/share/img/hd_ctu"+ ro[5] +".gif' alt='Contact Us' width='133' height='38' /></a></li>");
	document.write("</ul>");
	document.write("</div>");
	}

findFilenm();

