﻿var returnVal;
function closePopWin() {
    returnVal = 1;
    window.top.hidePopWin(true);
}


