function openWin(theURL,winName,features) {
	window.open(theURL,winName,features);
}

function dsgd(){
	document.getElementById("replyForm").action = "./regist.cgi"; 
}

function DB(ob){ 
	var obj = document.getElementById(ob);
	obj.style.display='block'; 
}
function DI(ob){ 
	var obj = document.getElementById(ob);
	obj.style.display='inline'; 
}
function DN(ob){ 
	var obj = document.getElementById(ob);
	obj.style.display='none'; 
}
