var sURL = 'http://event2.moliyo.web/TankBB_EqChange/Default.aspx'
function refresh() {window.location.href = sURL;}
function SelectItem(v)
{
    switch(v)
    {
        case 0:
            PopWin.showPopWin('EquipmentChange.aspx?Type=7');
            break;
        case 1:
            PopWin.showPopWin('EquipmentChange.aspx?Type=30');
            break;
        case 2:
            PopWin.showPopWin('EquipmentChange.aspx?Type=I');
            break;
    }
}
