﻿
document.write('<table width="780" border="0" cellspacing="0" cellpadding="0">  <tr >      <td background="images/top.gif" width="780" height="67" align="right" valign="bottom" class="titles">');
var ind=new Array(3);
ind[0]="トップ";
ind[1]="日本語";
ind[2]="中国語";


var ind2=new Array(3);
ind2[0]="http://springoverseas.com/";
ind2[1]="http://springoverseas.com/jp/index.html";
ind2[2]="http://springoverseas.com/cn/index.html";


if((ind2.length>0 )&&(ind.length>0))
{
var up3=location.pathname.substr( parseInt(location.pathname.lastIndexOf("/"))+1,location.pathname.length );
var cntind=0;
for(i=0;i<ind2.length;i++)
{

	if(up3!=ind2[i])
	{

	document.write('<a href="'+ind2[i]+'">'+ind[i]+'</a>');
	if(i<ind2.length-1)
	{
	document.write('|');
	}
			
	}


}


}


document.write('&nbsp;&nbsp;&nbsp;</td>  </tr></table>');