﻿
/* Called when a window is being closed. */
function OnClientClose(radWindow)
{
    // alert (radWindow.Name + " is being closed");
    window.location.reload();
}


function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}