var QirBR_Status=0;     //　QirBR_Status: 0(正常)

//===　URL書き換え関数　===
function ch_qirbr(PageNum){

	var norm = new Array();

	norm[0] = "http://ir.eol.co.jp/EIR/3791?template=qir";
	norm[1] = "http://ir.eol.co.jp/EIR/3791?template=qir2";
	norm[2] = "http://ir.eol.co.jp/EIR/3791?template=qir3";
	norm[3] = "http://ir.eol.co.jp/EIR/3791?template=qir4";
	norm[4] = "http://ir.eol.co.jp/EIR/3791?template=qir5";
	norm[5] = "http://ir.eol.co.jp/EIR/3791?template=qir6";


	var extr = new Array();

	extr[0] = "http://customer.eol.co.jp/asp/qir/3791/qir/asp.html";
	extr[1] = "http://customer.eol.co.jp/asp/qir/3791/qir2/asp.html";
	extr[2] = "http://customer.eol.co.jp/asp/qir/3791/qir3/asp.html";
	extr[3] = "http://customer.eol.co.jp/asp/qir/3791/qir4/asp.html";
	extr[4] = "http://customer.eol.co.jp/asp/qir/3791/qir5/asp.html";
	extr[5] = "http://customer.eol.co.jp/asp/qir/3791/qir6/asp.html";



	document.writeln('<frameset border="0" frameborder="no" framespacing="0" rows="0,*">');
	document.writeln('<frame name="top" noresize scrolling="no" src="http://ir.eol.co.jp/dummy.html">');
	if(QirBR_Status==1){
		norm[PageNum] = extr[PageNum];
	}
	document.write('<frame name="main" noresize src="' + norm[PageNum] + '">');
	document.writeln('</frameset>');
}
