 function select(name, id){
p=({name:name, id:id});
     doLoadH( 'select_'+name, 'select', p );
     //alert('select_'+id);
//return false;
}




