<!--

	fList = ["tenmetsu1","tenmetsu2","tenmetsu3","tenmetsu4","tenmetsu5","tenmetsu6","tenmetsu7","tenmetsu8","tenmetsu9","tenmetsu10","tenmetsu11","tenmetsu12","tenmetsu13","tenmetsu14"];
		
	function imgFlash()
	{
		for (i=0; i<fList.length; i++)
		{
			imgObj = document.images[fList[i]].style;
			imgObj.visibility = (imgObj.visibility == "visible") ? "hidden" : "visible";
		}
	}

	function kakunin(){
  		obj = document.test.linkselect;

  		index = obj.selectedIndex;
  		if (index != 0){
    		href = obj.options[index].value;
    		top.location.href = href;
  		}
	}

	function cText(obj){
		if(obj.value==obj.defaultValue){
			obj.value="";
			obj.style.color="#000";
		}
	}

	function sText(obj){
		if(obj.value==""){
			obj.value=obj.defaultValue;
			obj.style.color="#999";
		}
	}
	
-->
