function OpenErrWindow(ErrCode,ErrDesc)
{
 window.open('/Krvia/ErrorPage.php?ErrNo='+ErrCode +'&ErrDesc='+ErrDesc,'_self');
}


