function callMe(gcid) {
  //width=437 + 125;
  //height=91 + 40;
  width = 230;
  height = 85;
  if(window.innerWidth){
    leftPosition =(window.innerWidth-width)/2;
    topPosition =((window.innerHeight-height)/4)-50;
  } else{
    leftPosition =(parseInt(window.screen.width)-	width)/2;
    topPosition=((parseInt(window.screen.height)-height)/2)-50;
  }
  attributes = 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=' + width + ',height=' + height + ',left = ' + leftPosition + ',top = ' + topPosition;
  popup = open('', 'new_window', attributes);
  popup.document.write('<head><title>Calling Evan...</title></head>');
  //popup.document.write('<body><center><embed src="http://embed.grandcentral.com/webcall/' + gcid + '" width="' + width + '" height="' + height + '" wmode="transparent"></embed></center></body></html>');
  popup.document.write('<object width="230" height="85"><param name="movie" value="https://clients4.google.com/voice/embed/webCallButton"></param><param name="wmode" value="transparent"></param><param name="FlashVars" value="id=824da88caa664d8156ca6358ad201e454f8ebc6e&style=0"></param><embed src="https://clients4.google.com/voice/embed/webCallButton" type="application/x-shockwave-flash"wmode="transparent" width="230" height="85" FlashVars="id=824da88caa664d8156ca6358ad201e454f8ebc6e&style=0"></embed></object>');
}
