function admin_panel(){

 if(document.getElementById('admin_panel').checked){
  alert(document.getElementById('admin_callbacks').value);
 }

}