﻿function gotonewpage(url) {
    window.location.href = url;
}