function setCheckbox(name,code,is_chk){
//  var url = 's_work.ajax.php';
//  $.get(url,
//        {action:'setCheckbox',
//         name:name,
//         code:code,
//         is_chk:(is_chk?'t':'f')
//         },
//        function(text){}
//        );
} 
function getCountCheckbox(name,elem){
//  var url = 's_work.ajax.php';
//  $.get(url,
//        {action:'getCountCheckbox',
//         name:name
//         },
//        function(text){$('.'+elem).html(text);}
//        );
} 
//$(function(){
//  getCountCheckbox('checkbox1','checkcount');
//}); 
