﻿function ShowHelpWindow(topicKey)
{
  var w;
  w = window.open('/JobLink/HelpTopic.aspx?topicKey=' + topicKey, 'Help', 'width=400,height=320,scrollbars=yes,status=no,menubar=no,toolbar=no,location=no,resizable=yes');
  w.focus();
}
