// ポップアップウインドウ
document.write('<script src="/js/openwin_xp.js" type="text/javascript"></script>');
// document.write('<link href="/js/thickbox/thickbox.css" rel="stylesheet" type="text/css">');
// document.write('<script src="/js/thickbox/thickbox.js" type="text/javascript"></script>');



function disableButton(F,BTN){
	BTN.disabled	= true;
	BTN.value		= '送信中...';
	F.submit();
}
