window.onerror = function(e)
{
  window.status = "Javascript Error: " + e;
  return true;
};

function submitClicked(obj)
{
  obj.value = "Processing ... please wait";
  obj.enabled = false;
  
  return true;
}

function regenerate(obj, width, height)
{
  $(obj).src='http://click2install.com.au/Captcha.ashx?w=' + width + '&h=' + height;
}