/* 
 * To change this template, choose Tools | Templates
 * and open the template in the editor.
 */

function fnPageConfirm(msg) {
    if (window.confirm(msg)){
        return true;
    } else {
        return false;
    }
}


