var xpiwebappwin = null;
		function openMain()
		{
			if(xpiwebappwin != null)
			{
				try
				{
					xpiwebappwin.CleanUpOnClose();
					xpiwebappwin.mustclose = true;
					xpiwebappwin.close();
				}
				catch(Exception)
				{
				}
			}
			xpiwebappwin = window.open("http://ets.disclosurenet.com/XPIWebApp/MainApp.aspx?shortname=etsd&screenwidth=" + window.screen.width, "DNetMain", "toolbar=no,location=no,directories=no,resizable=yes,status=no,menubar=no,scrollbars=yes,left=0,top=0,width=" + (window.screen.width-10) + ",height=" + (window.screen.height-58));
		}

