  window.___gcfg = {lang: 'en-GB'};

  (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 MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}
function popUp(url) {
	var windowWidth=715
	var windowHeight=570
	var centerWidth = (window.screen.width - windowWidth) / 2;
    var centerHeight = (window.screen.height - windowHeight) / 2;
	window.open(url,'name','width=' + windowWidth + 
        ',height=' + windowHeight + 
        ',left=' + centerWidth + 
        ',top=' + centerHeight +
		', scrollbars=yes');
}
function popUpWide(url) {
	var windowWidthw=850
	var windowHeightw=600
	var centerWidthw = (window.screen.width - windowWidthw) / 2;
    var centerHeightw = (window.screen.height - windowHeightw) / 2;
	window.open(url,'name','width=' + windowWidthw + 
        ',height=' + windowHeightw + 
        ',left=' + centerWidthw + 
        ',top=' + centerHeightw +
		', scrollbars=yes');
}
