﻿function openWindow(whichUrl)
{
  var url = whichUrl.getAttribute("href");
  window.open(url);
}

//var RecaptchaOptions = {
//  theme: 'clean'
//};
