﻿function popUp(URL,link) {
    day = new Date();
    id = day.getTime();
    eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=0, position=center,location=0,statusbar=0,menubar=0,resizable=0,width=550,height=300,left = 690,top = 375');");
    }

//function popUpLink() {
//    day = new Date();
//    id = day.getTime();
//    eval("page" + id + " = window.open(ProceedURL, '" + id + "', 'toolbar=0,scrollbars=0,titlebar=no,location=0,statusbar=0,menubar=0,resizable=0,width=550,height=300,left = 690,top = 375');");
//}

function CloseWin(){
eval("page" + id + "= window.close();");
}

function clswin() {
    close();
}

function refreshParent() {
    
    window.opener.location.href = window.opener.location.href;

    if (window.opener.progressWindow) {
        window.opener.progressWindow.close()
    }

    window.close();
    
}

function closeandrefresh()
{

    window.operner.location.href = window.opener.location.href;
window.close();

}