
<!--
function button1_over(obj, img){
obj.src = img;
obj.style.cursor = "pointer"
}

function button1_out(obj, img){
obj.src = img;
}    
// -->


<!--
function openMenu(btn, box){
box.style.left = btn.offsetLeft
box.style.top = btn.offsetHeight + btn.offsetTop
box.style.visibility = "visible"
btn.style.color = "#3e3e3e"
}

function closeMenu(btn, box){
box.style.visibility = "hidden"
btn.style.color = "#3e3e3e"
}
// -->

	


<!-- ¸µÅ© Á¡¼± ¾ø¾Ö±â -->

<!--
function bluring(){
if(event.srcElement.tagName=="A"||event.srcElement.tagName=="IMG") document.body.focus();
}
document.onfocusin=bluring;
// -->

<!-- //¸µÅ© Á¡¼± ¾ø¾Ö±â// -->



<!-- //Áñ°ÜÃ£±âÃß°¡ÇÏ±â// -->
function pop(pPage,Opt) {
 popUpWin = window.open(pPage,'',Opt);
 }
<!-- //Áñ°ÜÃ£±âÃß°¡ÇÏ±â// -->
