// ¸µÅ©Å¬¸¯½Ã ¹ß»ýÇÏ´Â Æ÷Ä¿½º¸¦ ¾ø¾Ú
function bluring()
{
if(event.srcElement.tagName=="A"||event.srcElement.tagName=="IMG")
document.body.focus();
}
document.onfocusin=bluring;



