﻿
function OpenPopUpWin(url)
{
    window.open(url,null);
}

function OpenPopUpWin(url, attr)
{
    window.open(url,null, attr);
}
