﻿// JScript 文件
function refurbishPage()
{
    FloatShow.Hide();
    location.href = location.href;
}

function closePop()
{
    FloatShow.Hide();
}

function showPop(url, width, height)
{
    FloatShow(url, width, height, null, null, null, 50);
}
