
function OpenWin(Url)
{
 vWinCal = window.open(Url, "thisPage","");
 vWinCal.opener = self;
 vWinCal.focus(); 
}