//For popUp window and help buttons
function popUp(URL,WinName,Features)
{
   window.open(URL,WinName,Features);
}