// ¿ÞÂÊ¸Þ´º
function view_detail() 
{ 
        if (test.style.display == "none") 
        { 
                test.style.display = "block"; 
        } 
        else 
        { 
                test.style.display = "none"; 
        } 
} 

function view_detail2() 
{ 
        if (test2.style.display == "none") 
        { 
                test2.style.display = "block"; 
        } 
        else 
        { 
                test2.style.display = "none"; 
        } 
} 

function view_detail3() 
{ 
        if (test3.style.display == "none") 
        { 
                test3.style.display = "block"; 
        } 
        else 
        { 
                test3.style.display = "none"; 
        } 
} 

function view_detail4() 
{ 
        if (test4.style.display == "none") 
        { 
                test4.style.display = "block"; 
        } 
        else 
        { 
                test4.style.display = "none"; 
        } 
} 

function view_detail5() 
{ 
        if (test5.style.display == "none") 
        { 
                test5.style.display = "block"; 
        } 
        else 
        { 
                test5.style.display = "none"; 
        } 
} 

function view_detail6() 
{ 
        if (test6.style.display == "none") 
        { 
                test6.style.display = "block"; 
        } 
        else 
        { 
                test6.style.display = "none"; 
        } 
} 

function view_detail7() 
{ 
        if (test7.style.display == "none") 
        { 
                test7.style.display = "block"; 
        } 
        else 
        { 
                test7.style.display = "none"; 
        } 
} 

function view_detail8() 
{ 
        if (test8.style.display == "none") 
        { 
                test8.style.display = "block"; 
        } 
        else 
        { 
                test8.style.display = "none"; 
        } 
}

function view_detail9() 
{ 
        if (test9.style.display == "none") 
        { 
                test9.style.display = "block"; 
        } 
        else 
        { 
                test9.style.display = "none"; 
        } 
}

function view_detail10() 
{ 
        if (test10.style.display == "none") 
        { 
                test10.style.display = "block"; 
        } 
        else 
        { 
                test10.style.display = "none"; 
        } 
}
// ¿ÞÂÊ ¸Þ´º ³¡


// ¸µÅ© Á¡¼± ¾ø¾Ö±â
function bluring()	{
		if(event.srcElement.tagName=="A"||event.srcElement.tagName=="IMG")
			document.body.focus();
}
document.onfocusin=bluring;