<!--
/*******************************************************************************
* PNG img
*******************************************************************************/
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='/images/default_imgs/blank.gif'; 
	return '';
    }

function autoblur() {
        if(event.srcElement.tagName == "A") document.body.focus();
	}
document.onfocusin = autoblur;

/*******************************************************************************
* ÆË¾÷¸µÅ©
*******************************************************************************/
function isRoot_banner1() {
window.open('http://isroot.kr','banner1','width=1260px,height=771px,scrollbar=no');	
}

function isRoot_banner2() {
window.open('http://isroot.kr','banner2','width=1260px,height=771px,scrollbar=no');	
}


//-->
