<!--
Img_dir = doc_dir + 'img/';
function rBt(idx,mdx){
	doc = 'bt_' + idx;
	doc_img = Img_dir + doc + '_' + mdx + '.gif';
	document.images[doc].src = doc_img;
}
function rBt1(idx,mdx){
	doc = 'bt_' + idx;
	doc_img = './img/' + doc + '_' + mdx + '.gif';
	document.images[doc].src = doc_img;
}
function rBt2(idx,mdx,xdx){
	doc = 'bt_' + idx;
	doc_img = './img/' + doc + '_' + mdx + '.gif';
	doc_d = doc + '_' + xdx;
	document.images[doc_d].src = doc_img;
}
function rFt(idx,mdx){
	if(mdx == "o"){
		Clr = '#ff8800';
		Udl = 'underline';
	}else{
		Clr = '#0055ff';
		Udl = 'none';
	}
	if(document.all){
		document.all[idx].style.color = Clr;
		document.all[idx].style.textDecoration = Udl;
	}else{
		if(document.getElementById){
			document.getElementById(idx).style.color = Clr;
			document.getElementById(idx).style.textDecoration = Udl;
		}
		if(document.layers){
			document.layers[idx].color = Clr;
			document.layers[idx].textDecoration = Udl;
		}
	}
}
function GTnext(idx){
	LK = './peculiarity.html?p=' + idx;
	window.open(LK,"_top");
}
function sbm(x1,x2,x3){
	document.JBBS.mode.value = x1;
	document.JBBS.code.value = x2;
	document.JBBS.start.value = x3;
	document.JBBS.submit();
}
function del_ch(x1){
	doc_f = 'FORM_TABLE_' + x1;
	vmode = 'delete';
	if(x1.substr(0,1) == "R"){ vmode = 'res_' + vmode; }
	document.forms[doc_f]['mode'].value = vmode;
	document.forms[doc_f].submit();
}
-->
