﻿// JScript 文件



function winLocation(url)
{
    window.location = url;
}
