﻿function printPage(){
	if(document.getElementById || document.layers){
		window.print();	
	}
}


function window1(win1) { 
      win=window.open(win1+"?url="+document.URL,"new","toolbar=1,location=0,directories=0,status=0,menubar=0,scrollbars=1,resizable=0,width=641,height=600");
} 



//お問い合わせフォーム 入力エリア表示

function otherArea(){
	if(document.contForm.subject.value == "その他"){
		document.getElementById("subjectFa").style.display = "block";
	}else{
		document.getElementById("subjectFa").style.display = "none";
	}
}

//お問い合わせフォーム 入力エリア表示

function otherArea2(){
	if(document.contForm.subject.value == "第7回USCPA取得セミナー"){
		document.getElementById("subjectFa1").style.display = "block";
	}else{
		document.getElementById("subjectFa1").style.display = "none";
	}
}

function countText(fObj)
{
if(fObj.methods.value==2){
	str = fObj.query.value;
	str2=str.replace(/[\s　\t\n\r]/g,' or ');
	fObj.query.value = str2;
	}
}

// 検索用
if( document.charset=='euc-jp' ) {
document.charset='utf-8';
location.reload();
}
function convert() {
// IE用accept-charset代替(検索時EUC_JPでサブミット)
document.charset='euc-jp';
return true;
}
document.onkeypress = convert;
