<!--
function cText(obj){
	if(obj.value==obj.defaultValue){
		obj.value="";
		obj.style.color="#333";
	}
}

function sText(obj){
	if(obj.value==""){
		obj.value=obj.defaultValue;
		obj.style.color="#999";
	}
}

yst_timer = setInterval('YstTabInit()', 50);

function YstTabInit(){
	if(document.getElementById("act2")){
		if(document.getElementById('act').value == 'www.t-com.ne.jp'){
			ChangeFormAction('domain','');
			clearInterval(yst_timer);
		}else if(document.getElementById('act').value != ''){
			ChangeFormAction(document.getElementById('act').value,'');
			clearInterval(yst_timer);
		}
		if(document.getElementById('act2').value == 'www.t-com.ne.jp'){
			ChangeFormAction('domain','2');
			clearInterval(yst_timer);
		}else if(document.getElementById('act2').value != ''){
			ChangeFormAction(document.getElementById('act2').value,'2');
			clearInterval(yst_timer);
		}
	}
}
//-->
