function pageBack(){
    history.back();
}
function pageForwad(){
    history.forward();
}
