//var name = "selCode"; // ÆÄÀÏ ¿ë·® Á¦ÇÑ Ã¼Å© 5MB var limitSize = 5; // TRIMÀ¸·Î »ç¿ë String.prototype.trim = function() { return this.replace(/(^\s*)|(\s*$)/g, ""); } // Number õ´ÜÀ§ ±¸ºÐ Æ÷¸Ë String.prototype.numFormat = function() { var num = this.trim(); num = num.replace(",",""); while((/(-?[0-9]+)([0-9]{3})/).test(num)) { num = num.replace((/(-?[0-9]+)([0-9]{3})/), "$1,$2"); } return num; } // °è»êÇÒ¶§ õ´ÜÀ§ Ç¥½ÃÇѰªÀ» Á¦°ÅÇÔ. String.prototype.onlyNumber = function() { return this.replace(/,/g, ""); } function MM_swapImgRestore() { //v3.0 var i,x,a=document.MM_sr; for(i=0;a&&i0&&parent.frames.length) { d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);} if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i