
function goBack() {
window.history.go (-1)
}

function gotoUrl(Url) {
window.location = Url;
}
