﻿function transferWeb(url) {
    window.open(url);
}
