function openEconiwa() {
			var w = screen.width;
			if(BrowserDetect.browser == "Safari" && (BrowserDetect.version == "523.12" || BrowserDetect.version == "523.13")) var h = screen.height - 75;
			else var h = screen.height;
			var contentURL = "/special/econiwa/";
			contentWin = window.open(contentURL, "econiwa", "width="+w+",height="+h+",left=0,top=0,toolbar=no,location=no,scrollbars=no,status=no,resizable=yes,fullscreen=no,directories=no" );
		}