<!--
menuStatus=new Array();
btnStatus=new Array();
for(i = 1; i < 7; i++){
	menuStatus[i] = 0;
	btnStatus[i] = 0;
}

function btnOv(a,b){
	if(b == 'o'){
		btnStatus[a] = 1;
		tm = setTimeout("menuShow('" + a + "','" + b + "')",1);
	}else{
		btnStatus[a] = 0;
		tm = setTimeout("menuHide('" + a + "','" + b + "')",1);
	}
}

function menuOv(a,b){
	if(b == 'o'){
		menuStatus[a] = 1;
	}else{
		menuStatus[a] = 0;
		tm = setTimeout("menuHide('" + a + "','" + b + "')",1);
	}
}

function menuShow(a,b){
	if(document.all){
		if(document.all['hidden_' + a]){
			document.all['hidden_' + a].style.visibility = "visible";
		}
	}else{
		if(document.getElementById){
			if(document.getElementById('hidden_' + a)){
				document.getElementById('hidden_' + a).style.visibility = "visible";
			}
		}
		if(document.layers){
			if(document.layers['hidden_' + a]){
				document.layers['hidden_' + a].visibility = "visible";
			}
		}
	}
	ovBt('bt','0' + a,b,'gif');
}

function menuHide(a,b){
	if((menuStatus[a] == 0) && (btnStatus[a] == 0)){
		if(document.all){
			if(document.all['hidden_' + a]){
				document.all['hidden_' + a].style.visibility = "hidden";
			}
		}else{
			if(document.getElementById){
				if(document.getElementById('hidden_' + a)){
					document.getElementById('hidden_' + a).style.visibility = "hidden";
				}
			}
			if(document.layers){
				if(document.layers['hidden_' + a]){
					document.layers['hidden_' + a].visibility = "hidden";
				}
			}
		}
		ovBt('bt','0' + a,b,'gif');
	}
}

function ovBt(x1,x2,x3,x4){
	doc = x1 + '_' + x2;
	doc_img = myDir + 'img/' + x1 + '/' + x2 + '_' + x3 + '.' + x4;
	document.images[doc].src = doc_img;
}

function ovSub(s1,s2,s3){
	doc = 'sub' + s1 + '_' + s2;
	doc_img = myDir + 'img/bt/sub_bt_' + s3 + '.gif';
	if(document.all){
		document.all[doc].style.backgroundImage = 'url(' + doc_img + ')';
	}else{
		if(document.getElementById){
			document.getElementById(doc).style.backgroundImage = 'url(' + doc_img + ')';
		}
		if(document.layers){
			document.layers[doc].backgroundImage = 'url(' + doc_img + ')';
		}
	}
}

function webThumb(){
	Lk = Lk.reverse();
	xHtml = '<table border="0" cellspacing="0" cellpadding="0" width="747">';

	z = 0;
	for(i = 0; i < Lk.length; i++){
		if(Lk[i][2] != ''){ xxx = Lk[i][2]; }else{ xxx = Lk[i][1]; }
		if(z == 0){
			if(i > 0){ xHtml += '</tr>'; }
			xHtml += '<tr>'
				  +  '<td class="web2" colspan="7"><img src="./img/no.gif" class="no"></td>'
				  +  '</tr>'
				  +  '<tr valign="top">';
		}else{
			xHtml += '<td class="web1"><img src="./img/no.gif" class="no"></td>';
		}
		xHtml += '<td width="186" align="center">'
			  +  '<A href="' + Lk[i][3] + '" target="_blank" title="' + xxx + '"><img src="./img/business/web/' + Lk[i][0] + '.jpg" class="web" alt="' + xxx + '"></A><br>'
			  +  '<div class="web3"><A href="' + Lk[i][3] + '" class="web" target="_blank" title="' + xxx + '">' + Lk[i][1] + '</A></div></td>';
		if(z < 3){ z++; }else{ z = 0; }
	}

	if(z > 0 && z < 3){
		for(i = z; i < 4; i++){
			xHtml += '<td class="web1"><img src="./img/no.gif" class="no"></td>'
				  +  '<td width="186"><img src="./img/no.gif" class="no"></td>';
		}
	}

	xHtml += '</tr>'
		  +  '<tr>'
		  +  '<td class="web2" colspan="7"><img src="./img/no.gif" class="no"></td>'
		  +  '</tr>'
		  +  '</table>';

}

function QA(idx){
	page_name = 'Q' + idx;
	page_link = '#' + page_name;
	dc_left = page_name + '_left';
	dc_center = page_name + '_center';
	dc_right = page_name + '_right';
	dc_body = page_name + '_body';
	dc_a = page_name + '_A';
	dc_foot = page_name + '_foot';
	now_left = 'Q' + now_qa + '_left';
	now_center = 'Q' + now_qa + '_center';
	now_right = 'Q' + now_qa + '_right';
	now_body = 'Q' + now_qa + '_body';
	now_a = 'Q' + now_qa + '_A';
	now_foot = 'Q' + now_qa + '_foot';
	if(document.all){
		if(now_qa != ""){
			document.all[now_left].style.backgroundImage = 'url(' + myDir + '/img/recruit/q' + now_qa + '_n.gif)';
			document.all[now_center].style.backgroundColor = '#a6b8ca';
			document.all[now_center].style.color = '#003366';
			document.all[now_right].style.backgroundImage = 'url(' + myDir + '/img/recruit/qa1_n.gif)';
			document.all[now_body].style.backgroundImage = 'url(' + myDir + '/img/recruit/qa0_n.gif)';
		}
		if(idx != null){
			document.all[dc_left].style.backgroundImage = 'url(' + myDir + '/img/recruit/q' + idx + '_o.gif)';
			document.all[dc_center].style.backgroundColor = '#ffa640';
			document.all[dc_center].style.color = '#ffffff';
			document.all[dc_right].style.backgroundImage = 'url(' + myDir + '/img/recruit/qa1_o.gif)';
			document.all[dc_body].style.backgroundImage = 'url(' + myDir + '/img/recruit/qa0_o.gif)';
		}
	}else{
		if(document.getElementById){
			if(now_qa != ""){
				document.getElementById(now_left).style.backgroundImage = 'url(' + myDir + '/img/recruit/q' + now_qa + '_n.gif)';
				document.getElementById(now_center).style.backgroundColor = '#a6b8ca';
				document.getElementById(now_center).style.color = '#003366';
				document.getElementById(now_right).style.backgroundImage = 'url(' + myDir + '/img/recruit/qa1_n.gif)';
				document.getElementById(now_body).style.backgroundImage = 'url(' + myDir + '/img/recruit/qa0_n.gif)';
			}
			if(idx != null){
				document.getElementById(dc_left).style.backgroundImage = 'url(' + myDir + '/img/recruit/q' + idx + '_o.gif)';
				document.getElementById(dc_center).style.backgroundColor = '#ffa640';
				document.getElementById(dc_center).style.color = '#ffffff';
				document.getElementById(dc_right).style.backgroundImage = 'url(' + myDir + '/img/recruit/qa1_o.gif)';
				document.getElementById(dc_body).style.backgroundImage = 'url(' + myDir + '/img/recruit/qa0_o.gif)';
			}
		}
		if(document.layers){
			if(now_qa != ""){
				document.layers[now_left].backgroundImage = 'url(' + myDir + '/img/recruit/q' + now_qa + '_n.gif)';
				document.layers[now_center].backgroundColor = '#a6b8ca';
				document.layers[now_center].color = '#003366';
				document.layers[now_right].backgroundImage = 'url(' + myDir + '/img/recruit/qa1_n.gif)';
				document.layers[now_body].backgroundImage = 'url(' + myDir + '/img/recruit/qa0_n.gif)';
			}
			if(idx != null){
				document.layers[dc_left].backgroundImage = 'url(' + myDir + '/img/recruit/q' + idx + '_o.gif)';
				document.layers[dc_center].backgroundColor = '#ffa640';
				document.layers[dc_center].color = '#ffffff';
				document.layers[dc_right].backgroundImage = 'url(' + myDir + '/img/recruit/qa1_o.gif)';
				document.layers[dc_body].backgroundImage = 'url(' + myDir + '/img/recruit/qa0_o.gif)';
			}
		}
	}
	if(idx != null){
		if(now_qa != ""){
			document.images[now_a].src = myDir + '/img/recruit/a_n.gif';
			document.images[now_foot].src = myDir + '/img/recruit/qa2_n.gif';
		}
		document.images[dc_a].src = myDir + '/img/recruit/a_o.gif';
		document.images[dc_foot].src = myDir + '/img/recruit/qa2_o.gif';
		now_qa = idx;
		window.open(page_link,'_self');
	}else{
		now_qa = '';
		window.open('./faq.html','_self');
	}
}

function mess(idx,mdx){
	mes_doc = 'mes' + idx + '_tb';
	if(mdx == "o"){
		if(document.all){
			document.all[mes_doc].style.display = "";
		}else{
			if(document.getElementById){
				document.getElementById(mes_doc).style.display = "";
			}
			if(document.layers){
				document.layers[mes_doc].style.display = "";
			}
		}
		document.images['mes' + idx].src = myDir + '/img/recruit/mes' + idx + '_o.jpg';
	}else{
		if(document.all){
			document.all[mes_doc].style.display = "none";
		}else{
			if(document.getElementById){
				document.getElementById(mes_doc).style.display = "none";
			}
			if(document.layers){
				document.layers[mes_doc].style.display = "none";
			}
		}
		document.images['mes' + idx].src = myDir + '/img/recruit/mes' + idx + '_n.jpg';
	}
}

function mess_point(mdx){
	if(document.all){
		doc_mess = document.all['mes01_tb'].style;
	}else{
		if(document.getElementById){
			doc_mess = document.getElementById('mes01_tb').style;
		}
		if(document.layers){
			doc_mess = document.layers['mes01_tb'];
		}
	}
	if(doc_mess.display == "none"){
		if(mdx == "o"){
			document.images['recruit_bt06'].src = myDir + '/img/recruit/bt06_o.gif';
		}else{
			document.images['recruit_bt06'].src = myDir + '/img/recruit/bt06_n.gif';
		}
	}
}

function mess_view(){
	if(document.all){
		doc_mess = document.all['mes01_tb'].style;
	}else{
		if(document.getElementById){
			doc_mess = document.getElementById('mes01_tb').style;
		}
		if(document.layers){
			doc_mess = document.layers['mes01_tb'];
		}
	}
	if(doc_mess.display == "none"){
		document.images['recruit_bt06'].src = myDir + '/img/recruit/bt06_co.gif';
		doc_mess.display = "";
	}else{
		doc_mess.display = "none";
		document.images['recruit_bt06'].src = myDir + '/img/recruit/bt06_o.gif';
	}
}

function mess_view_x(mdx){
	if(mdx == "o"){
		if(document.all){
			document.all['mes01_tb'].style.display = "";
		}else{
			if(document.getElementById){
				document.getElementById('mes01_tb').style.display = "";
			}
			if(document.layers){
				document.layers['mes01_tb'].style.display = "";
			}
		}
		document.images['recruit_bt06'].src = myDir + '/img/recruit/bt06_o.gif';
	}else{
		if(document.all){
			document.all['mes01_tb'].style.display = "none";
		}else{
			if(document.getElementById){
				document.getElementById('mes01_tb').style.display = "none";
			}
			if(document.layers){
				document.layers['mes01_tb'].style.display = "none";
			}
		}
		document.images['recruit_bt06'].src = myDir + '/img/recruit/bt06_n.gif';
	}
}
-->