﻿// JScript File
function OpenUploadForm()
{
    window.open("upload.aspx", "UploadWindow", "status=0, toolbar=1, width=350, height=200");
}
function OpenTCForm()
{
    window.open("tc.aspx", "TCWindow", "status=0, toolbar=1, width=400, height=380");
}