//링크시 테두리 없애기
function bluring(){ 
if(event.srcElement.tagName=="A"||event.srcElement.tagName=="IMG") document.body.focus(); 
} 
document.onfocusin=bluring; 


// IE Embed patch
if(typeof(__embed_target_id)=='undefined'){
	var __embed_target_id = null;
}

