﻿function doURL(strURL) {
    window.location = strURL;
}