function printthispage() {
	
	var splitLang = '/gb/';
	
	var host = location.href.substring(0, location.href.lastIndexOf(splitLang)+splitLang.length);
	var printFile = location.href.substring(location.href.lastIndexOf(splitLang)+splitLang.length);
	
	var openFile = location.href.replace('?', '%3f').replace(splitLang, splitLang + 'printpage.htm?');

	// Special Code for Media Press Release
	if (printFile == "investor/financial.htm") {
		//alert(displayYears[Accordion1.getCurrentPanelIndex()] );
		openFile = openFile.substring(0, openFile.lastIndexOf('.htm')) + '_print' + '.htm';
	}
	
	//alert(openFile);

	window.open(openFile, 'printpage', 'width=520,top=0,left=0, toolbar=yes,menubar=yes,scrollbars=yes,resizable=no,location=no,status=no');
//printwin.document.getElementById('body').innerHTML = printwin.parent.document.getElementById('body').innerHTML;
}


//google analytics
var _gaq = _gaq || [];
  _gaq.push(['_setAccount', 'UA-22873308-1']);
  _gaq.push(['_trackPageview']);

  (function() {
    var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
    ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
  })();
