function pay_info() {    var account = '817250008949';    window.clipboardData.setData('Text', account);    window.alert('°èÁÂ¹øÈ£°¡ Å¬¸³º¸µå¿¡ º¹»çµÇ¾ú½À´Ï´Ù.\nCtrl+V·Î ºÙ¿©³Ö±â ÇÏ½Ã¸é µË´Ï´Ù.');}function div_display(bid,event) {    switch (event.type) {        case 'mouseover':            Position.clone(Event.element(event), bid, {offsetTop: Element.getHeight(Event.element(event)) + 5, setWidth: false});            Element.show(bid);            break;        case 'mouseout':            Element.hide(bid);            break;    }}function div_display2(viewid,baseid, event) {        switch (event.type) {            case 'mouseover':                Position.clone(baseid, viewid, { setWidth : false, offsetTop : 6, offsetLeft : 3 });                Element.show(viewid);                break;            case 'mouseout':                Element.hide(viewid);                break;        }}function notice(temp) {    window.open("/notice.html?date="+temp,"notice","width=535px,height=603px,resizable=0,scrollbars=1");}function nodong_pop() {    window.open( "http://www.shopinside.net/nodong/", "nodong","width=900px,height=500px,resizable=1,scrollbars=1");}function preview_pop(temp , width) {    window.open( temp , "preview","width="+width+"px,height=800px,resizable=0,scrollbars=1");}function viewsample( url ) {     window.open( url, 'sample', 'width=400,height=400,scrollbars=yes,statusbar=no' );}function pop_place(id) {	if (id == 0) {		alert('°­ÀÇÀå Á¤º¸°¡ ¾ø½À´Ï´Ù.');	} else {		window.open("popup_place_view.html?place_id=" + id, "place_view", "scrollbars=no,statusbar=no");	}}function pop_teacher(id) {	if (id == 0) {		alert('°­»ç Á¤º¸°¡ ¾ø½À´Ï´Ù.');	} else {		window.open('board_pop_counselor.html?teacher_id=' + id,'teacher_view','width=516, height=410, scrollbars=no, statusbar=no');	}}function self_popup_view(id) {	if (id == 0) {		alert('Á¤º¸°¡ Àü´ÞµÇÁö ¾Ê¾Ò½À´Ï´Ù.');	} else {		window.open("self_popup_view.html?id=" + id, "self_popup_view", "scrollbars=no,statusbar=no");	}}function lecture_pop(id,num,max) {    window.open('popup/lecture_pop.html?code=' + id + '&num=' + num + '&max=' +max , 'lecture_pop', 'scrollbars=no,statusbar=no,menubar=no,width=650,height=530');}function init_popup() {    window.open('popup/event_070413.html', 'init_pop', 'scrollbars=no,statusbar=no,menubar=no,width=490,height=570');}var pop_left = 5;var pop_top = 5;function open_popup(uid, sizex, sizey) {    sizey = sizey + 25;    sizex = sizex - 4;    window.open('open_popup.html?uid='+uid,'pop'+uid,'scrollbars=no,statusbar=no,menubar=no,width=' + sizex + ' , height=' + sizey + ', left = ' + pop_left + ', top = '+pop_top);    pop_left += (sizex + 15);    if (pop_left > screen.width) {        pop_left = 5;        pop_top += 300;    }}function view_object_next(id, total, pre_id) {    if (id != total) {        next_id = parseInt(id) + 1;        total = parseInt(total);    } else {        next_id = 1;        total = parseInt(total);    }    if (typeof($('postscript_' + pre_id)) != 'undefined') {        $('postscript_' + pre_id).style.display = 'none';    }     if (typeof($('postscript_' + id)) != 'undefined') {        Effect.toggle('postscript_' + id, 'appear');    }    setTimeout('view_object_next(' + next_id + ', ' + total + ' ,' + id + ')', 4000);}