buttonImg=new Array();var hposi;function btnimg(posi){	if(posi == 0){	hposi = ""; }	else if(posi == 1){ hposi = "../t_menu/";}}for(i=0; i<= 10; i++){	buttonImg[i]=new Image();	buttonImg[i].src= hposi + "btn/button_"+ i +"_on.gif";}function imageOn(i){	document.images['select'+i].src= hposi + "btn/button_"+ i +"_on.gif";}function imageOff(i){	document.images['select'+i].src= hposi + "btn/button_"+ i +"_off.gif";}var hposi;function japanese(posi){	if(posi == 0){	hposi = ""; }	else if(posi == 1){ hposi = "../t_menu/";}document.write("<div class='select-bl01'>"+ "<a href='../j_index.html' onmouseover='imageOn(1),imageOn(0)' onmouseout='imageOff(1),imageOff(0)' target='_parent'>"+ "<img name='select1' src='" + hposi + "btn/button_1_off.gif' width='170' height='18' alt='to Japanese site' border='0'></a></div>");}function english(posi){	if(posi == 0){	hposi = ""; }	else if(posi == 1){ hposi = "../t_menu/";}document.write("<div class='select-bl01'>"+ "<a href='../e_index.html' onmouseover='imageOn(2),imageOn(0)' onmouseout='imageOff(2),imageOff(0)' target='_parent'>"+ "<img name='select2' src='" + hposi + "btn/button_2_off.gif' width='170' height='18' alt='to English site' border='0'></a></div>");}function chinese(posi){	if(posi == 0){	hposi = ""; }	else if(posi == 1){ hposi = "../t_menu/";}document.write("<div class='select-bl01'>"+ "<a href='../c_index.html' onmouseover='imageOn(4),imageOn(0)' onmouseout='imageOff(4),imageOff(0)' target='_parent'>"+ "<img name='select4' src='" + hposi + "btn/button_4_off.gif' width='170' height='18' alt='to Chinese site' border='0'></a></div>");}function thai(posi){	if(posi == 0){	hposi = ""; }	else if(posi == 1){ hposi = "../t_menu/";}document.write("<div class='select-bl01'>"+ "<a href='../t_index.html' onmouseover='imageOn(5),imageOn(0)' onmouseout='imageOff(5),imageOff(0)' target='_parent'>"+ "<img name='select5' src='" + hposi + "btn/button_5_off.gif' width='170' height='18' alt='to Thai site' border='0'></a></div>");}function russian(posi){	if(posi == 0){	hposi = ""; }	else if(posi == 1){ hposi = "../t_menu/";}document.write("<div class='select-bl01'>"+ "<a href='../r_index.html' onmouseover='imageOn(6),imageOn(0)' onmouseout='imageOff(6),imageOff(0)' target='_parent'>"+ "<img name='select6' src='" + hposi + "btn/button_6_off.gif' width='170' height='18' alt='to Russian site' border='0'></a></div>");}function spanish(posi){	if(posi == 0){	hposi = ""; }	else if(posi == 1){ hposi = "../t_menu/";}document.write("<div class='select-bl01'>"+ "<a href='../s_index.html' onmouseover='imageOn(7),imageOn(0)' onmouseout='imageOff(7),imageOff(0)' target='_parent'>"+ "<img name='select7' src='" + hposi + "btn/button_7_off.gif' width='170' height='18' alt='to Spanish site' border='0'></a></div>");}function portuguese(posi){	if(posi == 0){	hposi = ""; }	else if(posi == 1){ hposi = "../t_menu/";}document.write("<div class='select-bl01'>"+ "<a href='../p_index.html' onmouseover='imageOn(8),imageOn(0)' onmouseout='imageOff(8),imageOff(0)' target='_parent'>"+ "<img name='select8' src='" + hposi + "btn/button_8_off.gif' width='170' height='18' alt='to Portuguese site' border='0'></a></div>");}function suginocorp(posi){	if(posi == 0){	hposi = ""; }	else if(posi == 1){ hposi = "../t_menu/";}document.write("<div class='select-bl01'>"+ "<a href='http://www.suginocorp.com/' onmouseover='imageOn(3),imageOn(0)' onmouseout='imageOff(3),imageOff(0)' target='_parent'>"+ "<img name='select3' src='" + hposi + "btn/button_3_off.gif' width='170' height='30' alt='to Sugino Corp. web site' border='0'></a></div>");}function menuopen(){document.write("<div id='lang-select'><a "+ "onmouseover=menuOvr('languages'),imageOn(0) "+ "onmouseout=submenuTimer=setTimeout('CloseMenu()',400),imageOff(0) "+ "><img name='select0' src='../t_menu/btn/button_0_off.gif' width='170' height='18' alt='Other Languages' border='0'></a></div>");document.write("<div id='languages' "+ "onmouseover=clearTimeout(submenuTimer) "+ "onmouseout=submenuTimer=setTimeout('CloseMenu()',400) "+ ">");}function thailand(){	menuopen();	japanese(0);	english(0);	chinese(0);	russian(0);	spanish(0);	portuguese(0);	suginocorp(0);	document.write("</div>");}function russia(){	menuopen();	japanese(1);	english(1);	chinese(1);	thai(1);	spanish(1);	portuguese(1);	suginocorp(1);	document.write("</div>");}function portugal(){	menuopen();	japanese(1);	english(1);	chinese(1);	thai(1);	russian(1);	spanish(1);	suginocorp(1);	document.write("</div>");}function spain(){	menuopen();	japanese(1);	english(1);	chinese(1);	thai(1);	russian(1);	portuguese(1);	suginocorp(1);	document.write("</div>");}