function popup(url){
    window.open(url, 'popup', 'scrollbars=yes,toolbar=no,location=no,status=no,directories=no,menubar=no,resizable=yes,width=817,height=420,left=0,top=0,printing=enable');
    return false;
}

function popupReport(url){
    window.open(url, 'popupReport', 'scrollbars=yes,toolbar=yes,location=no,status=no,directories=no,menubar=yes,resizable=yes,width=817,height=600,left=0,top=0,printing=enable');
    return false;
}