function openPage (link) {
    window.open(link);
    return false;
}

