/**/


function confirm_op(  $type ){//$page,

if( confirm("Are you sure you wish to "+$type+"?") ){
  //window.location = $page;
  return true;
}
return false;
}