// (C) 2004 work4sure.com ltd

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

function OpenDetectionPage(c, n, t)
{
  OpenDetectionPageEx(c, n, 'en', t, '600', '350');
}
