var logo="http://www.spellensite.nl/images/banners/spellensite-banner-232x60px.jpg";

//google plus one//
window.___gcfg = {lang: 'nl'};
(function() {
var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true;
po.src = 'https://apis.google.com/js/plusone.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s);
})();

function popUp(popupURL)
  {
  width = 700; height = 550; leftPosition = (screen.width) ? (screen.width-width)/2 : 0;
  if (screen.height && (screen.height <= 600)) { topPosition = 0; } else { topPosition = (screen.height) ? (screen.height-height)/2 : 0; }
  var settings='width='+width+',height='+height+',left='+leftPosition+',top='+topPosition+'toolbar=0,location=0,directories=0,menubar=0,scrollbar=0,resizable=0,status=0';
  var popup=window.open(popupURL + "&o=" + escape(logo), 'gamepopup', settings); popup.focus();
  return false;
  }

function Tooltips ()
{
    var links = document.getElementsByTagName("a");
    for (var i = 0; i < links.length; i++)
    {
      var title = links[i].getAttribute("title");      
      if (title && title.length > 0 && title.substr(0,8)=='Spellen:')
      {
		  links[i].title="";     
      }
    }
}


