/*
  KPT Site core JavaScript Library.
*/

// Launch the login dialog.
function openLogin( application ) {
  if ( application != '' ) { 
    var destinationURL = 'https://gymaware.kinetic.com.au/index.py?page=openLogin&application=' + application;
    var targetname = '_blank';
    window.open( destinationURL, targetname );
  }
}
