//ÆË¾÷â ¶ç¿ì±â function Pop_Open(ref, title, w, h) { var window_left = (screen.width-640)/2; var window_top = (screen.height-550)/2; popup=window.open(ref,title,'toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=no, width=' + w + ',height=' + h + ',top=' + window_top + ',left=' + window_left + ''); popup.focus(); } // ¼¿·ºÆ®¹Ú½º¿¡¼­ url À̵¿Çϱâ 2003-07-16 function goSvc(sel) { var gourl = sel[sel.selectedIndex].value; if (gourl != "") { window.location.href = gourl; } } function MM_NewwinMenu(targ,selObj,restore){ //v3.0 open(selObj.options[selObj.selectedIndex].value); if (restore) selObj.selectedIndex=0; } function confirm_go(gourl, msg) { if(confirm(msg)==true) location.href = gourl; else return false; } //¼¿·ºÆ®½Ã¿¡ ¼±ÅÃÇÑ Ç׺¹À» selected ÇÏ°Ô ÇÔ 2004-05-25 function setSelect(obj,value){ if(value){ var str = "document.all['"+obj+"'].value = '"+value+"';"; eval(str); } } //üũ¹Ú½º Ç¥½ÃÇϱâ function set_chkbox(form_, seq) { var tempval=eval(form_ + "[" + seq + "]") tempval.checked=true; } // getÀ¸·Î ³Ñ±æ¶§ function goLink(urlData) { location.href = urlData; } //ÄÞ¸¶ ³Ö±â(Á¤¼ö¸¸ ÇØ´ç) function comma(val) { val = get_number(val); if(val.length <= 3) return val; var loop = Math.ceil(val.length / 3); var offset = val.length % 3; if(offset==0) offset = 3; var ret = val.substring(0, offset); for(i=1;i\n"; str +=" ::: ÆË¾÷ :::\n"; str +=" \n"; str +=" \n"; str +=" \n"; str +=" \n"; str +=" \n"; return str; } //¹Ì´Ï FOOTER Ãâ·Â function Mini_Footer(){ var str = ""; str += "\n"; str += "\n"; return str; } // ·Î±×ÀÎ function login(the_form) { alert(the_form); the_form.submit(); } // ·Î±×¾Æ¿ô function logout(the_form) { the_form.submit(); } // ÆÄÀÎ ¸®»çÀÌÁî function fine_resize(img, result_width) { //var FIT_WIDTH = 500; target_size = (result_width)? result_width : 500; if ((img.style.filter)!="undefined"&&img.width!=0) { img.style.filter = "progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand')"; img.filters.item(0).M11 = target_size/img.width; img.filters.item(0).M12 = 0; img.filters.item(0).M21 = 0; img.filters.item(0).M22 = target_size/img.width; } else img.width = target_size; } /* function resize_by_matrix(img, width, height) { width_org = img.width; height_org = img.height; if ((img.style.filter)!="undefined"&&(width_org)&&(height_org)) { thediv = document.createElement('DIV'); thediv.id ="test"; thediv.style.width = '100%'; imgParent = img.parentNode; imgParent.insertBefore(thediv, img); thediv.insertBefore(img); thediv.style.filter = "progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand')"; thediv.filters.item(0).M11 = width/width_org; thediv.filters.item(0).M12 = 0; thediv.filters.item(0).M21 = 0; thediv.filters.item(0).M22 = height/height_org; } else { img.width = width; img.height = height; } } errimgs=new Array(); // max_ °ªº¸´Ù Å©±â°¡ Å©¸é ¸®»çÀÌÁî, // µÑ´Ù Å©¸é Å«ÂÊ¿¡ ¸ÂÃç¼­ ¸®»çÀÌÁî, function smart_resize(img, max_width, max_height,errcnt) { if (errcnt==null) errcnt=0; //À̹ÌÁö Å©±â Á¤º¸°¡ ¾È¾ò¾îÁ³À» °æ¿ì if (img.width==0||img.height==0) { resize_by_matrix(img,max_width,max_height); return; } xratio = (max_width==0)?1:max_width/img.width; yratio = (max_height==0)?1:max_height/img.height; if (xratio <1 || yratio<1) { ratio = (xratio