function launchpopup(D,C,B,A){window.open(D,C,"toolbar=no,location=no,status=no,menubar=no,directories=no,scrollbars=yes,resizable=yes,width="+B+",height="+A)}function LaunchPopup(D,C,B,A){window.open(D,C,"toolbar=no,location=no,status=no,menubar=no,directories=no,scrollbars=yes,resizable=yes,width="+B+",height="+A)}function openhelp(A){launchpopup(A,"HelpWindow",500,470)}function OpenHelp(A){LaunchPopup(A,"HelpWindow",500,470)};
function OpenBoxyHelp (url, helpx, helpy)
{
  if (typeof helpx == "undefined"){}
  var boxyString = "<iframe src='" + url + "' width='580' height='500' frameborder='0'></iframe>";
  helpWin = new Boxy(boxyString, {title: "Justis Help", draggable:true, center:true} );
  if (helpx!=null && helpy!=null) {helpWin.centerShift(helpx, helpy);}
};

function CloseBoxyHelp()
{
  helpWin.hide();
};