﻿function NavPrevPage(){
    history.back(1);
}