//** ÆÄÀÏ÷ºÎ °ü·Ã º¯¼ö ÃʱâÈ­ **// var lastFileField = 1; var attachFileTmpl = new Template("
" + "
"); //** ÆÄÀÏ÷ºÎ Çʵå Ãß°¡ **// function addAttachFileField(no) { if(lastFileField == no) { $("attathFileBtn"+no).show(); lastFileField++; $("attachFileTd").insert(attachFileTmpl.evaluate({no:lastFileField})); } } //** ÆÄÀÏ÷ºÎ ÇÊµå »èÁ¦ **// function delAttachFileField(no) { $("attachFileField"+no).remove(); } //** ÷ºÎÆÄÀÏ »èÁ¦ **// function delFile(seq, atchNo) { if(confirm("÷ºÎÆÄÀÏÀ» »èÁ¦ÇϽðڽÀ´Ï±î?\n¡ØÇѹø »èÁ¦ÇϽŠÆÄÀÏÀº ´Ù½Ã º¹±¸ ÇÏ½Ç ¼ö ¾ø½À´Ï´Ù.")) { new Ajax.Request("/FileDelete.do", { method : "post", parameters :(seq ? "?seq=" + seq : "")+(atchNo ? "&atchNo=" + atchNo : ""), onComplete : function() { $("atchFileLi"+atchNo).remove(); } }); } } function flashObj(URL,SizeX,SizeY,LnkId,Frm,Flag) // quick { document.write(' '); document.write(' '); document.write(' '); if ( Flag == null || Flag != 'N' ) { document.write(' '); } document.write(' '); document.write(' '); document.write(' '); document.write(' '); if ( Frm == 'Y' ) { // form ÅÂ±× µé¾î°¡´Â ÆäÀÌÁö¿¡ Àû¿ë eval("window." + LnkId + " = document.forms[0]."+ LnkId +"; "); } } /*Äü¸Þ´º ½ºÅ©¸³Æ®*/ function initMoving(target, position, topLimit, btmLimit) { if (!target) return false; var obj = target; obj.initTop = position; obj.topLimit = topLimit; obj.bottomLimit = document.documentElement.scrollHeight - btmLimit; obj.style.position = "absolute"; obj.top = obj.initTop; obj.left = obj.initLeft; if (typeof(window.pageYOffset) == "number") { obj.getTop = function() { return window.pageYOffset; } } else if (typeof(document.documentElement.scrollTop) == "number") { obj.getTop = function() { return document.documentElement.scrollTop; } } else { obj.getTop = function() { return 0; } } if (self.innerHeight) { obj.getHeight = function() { return self.innerHeight; } } else if(document.documentElement.clientHeight) { obj.getHeight = function() { return document.documentElement.clientHeight; } } else { obj.getHeight = function() { return 500; } } obj.move = setInterval(function() { if (obj.initTop > 0) { pos = obj.getTop() + obj.initTop; } else { pos = obj.getTop() + obj.getHeight() + obj.initTop; //pos = obj.getTop() + obj.getHeight() / 2 - 15; } if (pos > obj.bottomLimit) pos = obj.bottomLimit; if (pos < obj.topLimit) pos = obj.topLimit; interval = obj.top - pos; obj.top = obj.top - interval / 3; obj.style.top = obj.top + "px"; }, 30) } function sc_week(n,t) { div_box = document.getElementById(n); div_box.style.display ="block"; if(t == "1"){ top_p = 695; }else{ t = t - 1; t = t * 16; top_p = 695 + t; } div_box.style.top = top_p; div_box.style.left = 95; } function sc_week_out(n) { div_box = document.getElementById(n); div_box.style.display ="none"; } function goTop() { window.scrollTo(0,0); } function ready() { alert('ÁغñÁßÀÔ´Ï´Ù.'); } function interParkBooking(code,id) { if(id != "") { var url = "http://ticket.interpark.com/othersite.2.0/gate/SiteBookingGate.asp?GroupCode="+code+"&SessionBiz=10034&Member="+id; popWindowCenter(url,900,680,"no"); } else { alert("¿¹¸ÅÀü¿¡ ·Î±×ÀÎÀ» ¸ÕÀú ÇØÁֽñ⠹ٶø´Ï´Ù."); } } function ticketLinkBooking(url,id,pw) { //+"&id="+id+"&pw="+pw popWindowCenter(url+"&id="+id+"&pw="+pw,700,600,"yes"); } function interParkBookingList(id) { var url = "http://ticket.interpark.com/othersite.2.0/gate/SiteCancelGate.asp?SessionBiz=105480&Member="+id; popWindowCenter(url,700,600,"no"); } function ticketLinkBookingList() { //+"&id="+id+"&pw="+pw var url = "http://aff.ticketlink.co.kr/ticketlink/aff_home.jsp?def_user_cd=419&aff_kind=cancel"; popWindowCenter(url,700,600,"no"); } //°³ÀÎÁ¤º¸Ãë±Þ¹æÄ§ function popPrivacy() { window.open('/member/pop_privacy.jsp','privacy','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,width=550,height=650'); }