function openURL(address) {
    window.location = address;
}
