function fnLogin() {
  // open technology portal
}

function popUp(winURL) {
  window.open(winURL,"popup","width=400,height=550,resizable = 0,scrollbars=1");
}
