			function getViewportSize() 
			{
				var size = [0, 0];
				if (typeof window.innerWidth != "undefined") {
					size = [window.innerWidth, window.innerHeight];
				}
				else if (typeof document.documentElement != "undefined" && typeof document.documentElement.clientWidth != "undefined" && document.documentElement.clientWidth != 0) {
					size = [document.documentElement.clientWidth, document.documentElement.clientHeight];
				}
				else {
					size = [document.getElementsByTagName("body")[0].clientWidth, document.getElementsByTagName("body")[0].clientHeight];
				}
				return size;
			}
			function createFullBrowserFlash() 
			{
				swfobject.createCSS("html", "height:100%;");
				swfobject.createCSS("body", "height:100%;");
				swfobject.createCSS("#container", "margin:0;");
			}

			var flashvars = {};
			flashvars.localeChain = "en_CA";

			
			var params = {};
			params.play = "true";
			params.loop = "false";
			params.menu = "false";
			params.quality = "high";
			params.scale = "noscale";
			params.salign = "t";
			params.bgcolor = "#ffffff";
			params.allowfullscreen = "true";
			params.allowscriptaccess = "sameDomain";
			var attributes = {};
			attributes.id = "FNWMA";
			attributes.name = "FNWMA";
			attributes.align = "top";
			
			swfobject.embedSWF("CIPPN-FNPIM.swf", "content", "565", "445", "10.0.0", "/expressInstall.swf", flashvars, params, attributes);

			if (swfobject.hasFlashPlayerVersion("6.0.0")) 
			{
				swfobject.addDomLoadEvent(createFullBrowserFlash);
			}	
