﻿// JScript File

function historyGo(step)
{
    history.go(step);
}
