﻿function OpenLink(url) {
    if (url != "")
        window.open(url);
}
