/*---------- FAQ_ÅÇ --------------*/
function view_fq(dep1,dep2,dep1ov) {
  for(var i=1; i <= 6; i++){
	var navi = "fq"+i;
	document.getElementById(navi).src = "..content/images/parcel/tap"+i+".gif";
	}
	document.getElementById(dep1).src="..content/images/parcel/tap" + dep1ov + "_on.gif";
}

/*-----------FAQ_·¹ÀÌ¾îº¸ÀÌ±â°¨Ãß±â-----*/
function disp(obj){      
	var thisObjStyle
	if(obj.style.display=='block'){
		thisObjStyle='none';	
	}else{
		thisObjStyle='block';
	}    
	for(var i=1; i <= 10; i++){
		var menu = "faq_"+i;
		document.getElementById(menu).style.display="none";	
	}
	obj.style.display=thisObjStyle;
}

/* ÆË¾÷¶ç¿ì±â */
function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}

//ÀÌ¹ÌÁöÅõ¸í°ª¼³Á¤=======================================================
function setPng24(obj) {
    obj.width = obj.height = 1;
    obj.className = obj.className.replace(/\bpng24\b/i, '');
    obj.style.filter =
    		"progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + obj.src + "',sizingMethod='image');"
    obj.src = '';
    return '';
}
