
function openWindow(gubun) { //v2.0
if(gubun=='com')
{location.href='library/library.htm'}

if(gubun=='eangel')
{window.open('http://www.eangel.co.kr','','scrollbars=yes,width=740,height=580,top=0,left=0');}

if(gubun=='multi')
{
alert('ÁØºñÁß¿¡ ÀÖ½À´Ï´Ù');
//window.open('http://www.yoochiwon.com/eyeshopping/aidul/eangel_01.aspx','','scrollbars=yes,width=740,height=580,top=0,left=0');
}

}
