﻿function onClick(href) {
    window.location = href;
}
function NewWindow(href) {
    window.open(href, "", "", "");
}
