/*更新日--------------------------------------------------------*/
function Koshin(){
  var hiduke=document.lastModified;
  document.write(hiduke);
}

/*言語選択のページジャンプ--------------------------------------*/
function popJump(selOBJ)
{
	n = selOBJ.selectedIndex;
	location.href = selOBJ.options[n].value;
}

function copy(){
  var copylight="Copyright (C) 1997-2009 Chikuma&co.,ldt. , All rights reserved. ";
  document.write(copylight);
}

