
var mywindow;
function callme() {
  mywindow = window.open ("http://www.portsip.com","callwindow","location=0,status=0,scrollbars=1,width=500,height=420");
  mywindow.moveTo(30,30);
  return false;
}

var RecaptchaOptions = {
   theme : 'clean'
};
