function ix_confirm(msg){
  
  var check = confirm(msg);
  
  return check;
}
