function addCommonCode(tName,dbtName,dbfName) { var url = "/codeAdd.html?tName="+tName+"&dbtName="+dbtName+"&dbfName="+dbfName; code_open_window(url, 'cNation', 100, 100, 530, 350, 0, 0, 0, 1, 0); return false; } function code_open_window(url, name, left, top, width, height, toolbar, menubar, statusbar, scrollbar, resizable) { var thisForm = document.forms["member"]; toolbar_str = toolbar ? 'yes' : 'no'; menubar_str = menubar ? 'yes' : 'no'; statusbar_str = statusbar ? 'yes' : 'no'; scrollbar_str = scrollbar ? 'yes' : 'no'; resizable_str = resizable ? 'yes' : 'no'; window.open(url, name, 'left='+left+',top='+top+',width='+width+',height='+height+',toolbar='+toolbar_str+',menubar='+menubar_str+',status='+statusbar_str+',scrollbars='+scrollbar_str+',resizable='+resizable_str); } function checkSel(p) { var n = document.listForm.checkedState.value; if(n == 1 ) { document.listForm.checkedState.value = "0"; document.getElementById('checked_img_top').src = "/program/"+p+"/images/btn_allselect_cancel.gif"; document.getElementById('checked_img').src = "/program/"+p+"/images/btn_allselect_cancel.gif"; checkall(); } else { document.listForm.checkedState.value = "1"; document.getElementById('checked_img_top').src = "/program/"+p+"/images/btn_lt_allsel.gif"; document.getElementById('checked_img').src = "/program/"+p+"/images/btn_lt_allsel.gif"; cancelall(); } } function checkall(){ for( var i=0; i