// (c) work4sure 2001

var w4sPopup;

function OpenWizard(c, n)
{
  var WndPos = "";
  if (screen != null)
  {
    var Top  = (screen.height - 400) / 2;
    var Left = (screen.width  - 550) / 2;
    WndPos = ",ScreenY=" + Top + ",Top=" + Top + ",ScreenX=" + Left + ",Left=" + Left;
  }
 w4sPopup = window.open("http://w4s.work4sure.com/e/runclient.w4s?c=" + c + "&n=" + n, "w4sWizard", "toolbar=no,location=no,status=no,scrollbars,menubar=no,resizable=yes,copyhistory=no,width=550,height=400"+WndPos);
}
