<!-- ¸µÅ©Á¡¼± ½ºÅ©¸³Æ® ½ÃÀÛ-->
function bluring(){
if(event.srcElement.tagName=="A"||event.srcElement.tagName=="IMG") document.body.focus();
}
document.onfocusin=bluring;  
<!-- ¸µÅ©Á¡¼± ½ºÅ©¸³Æ® ³¡-->





function MailSend(type)
{
	window.open('/mail/formmail.asp?type='+type,'mail','width=418,height=473');
	//window.open('¸µÅ©','mail','width=³ÐÀÌ,height=³ôÀÌ');
}

function MM_openBrWindow(theURL,winName,features) { //v2.0
window.open(theURL,winName,features);
}








