function openLink(id) {
    document.location.href=id;
}