/*** Ä«Å×°í¸® ¼±Åùڽº ***/ function selectCategory(name,num,type,category,hidden,cody) { if (!arguments[1]) num = 4; var _self = this; var container = document.getElementById(name); var margin = (type=="multiple") ? " " : ""; this.selbox = []; this.value = ""; this.updateChange = updateChange; this.setValue = setValue; this.init = init; this.setNullChild = setNullChild; this.init(); function init() { for (var i=0;i=sobj.idx*3) _self.updateChange(sobj,v); else _self.setNullChild(sobj); } } function setValue(v) { this.updateChange('',v); } function setNullChild(obj) { var n = obj.nextSibling; if (n){ n.length = 1; this.setNullChild(n); } category = null; } }