function openpopupbg(page, width, height)
	{         
			var OpenWindow=window.open("","","width="+width+",height="+height+",scrollbars=no,resizable=yes,status=yes");
			OpenWindow.document.write("<html>")
			OpenWindow.document.write("<head><title>Rose &amp; Crown Banff | Speak Easy Popup</title>")
			OpenWindow.document.write("<script type='text/javascript'>")
			OpenWindow.document.write("var _gaq = _gaq || [];")
			OpenWindow.document.write("_gaq.push(['_setAccount', 'UA-19063273-1']);")
			OpenWindow.document.write("_gaq.push(['_trackPageview']);")
			OpenWindow.document.write("(function() {")
			OpenWindow.document.write("var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;")
			OpenWindow.document.write("ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';")
			OpenWindow.document.write("var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);")
			OpenWindow.document.write("})();")
			OpenWindow.document.write("</script>")
			OpenWindow.document.write("</head>")
			OpenWindow.document.write("<body style='background: url(../media/shared/site_bg_popup.png) top left repeat-x #827549;'>")
			OpenWindow.document.write("<div align='center'>")
			OpenWindow.document.write("<a href='javascript:self.close()'>")
			OpenWindow.document.write("<img src="+page+" style='margin-top:10px; border:none;' />")
			OpenWindow.document.write("</a>")
			OpenWindow.document.write("</div align='center'>")
			OpenWindow.document.write("</body>")
			OpenWindow.document.write("</html>")
			OpenWindow.document.close()
	}
