	var softSiteDir = "http://soft.softoogle.com/";

	var status_window = null;

	function status_pop()
	{
		opened = false;
		if (status_window)
		{
			try
			{
				status_window.focus();
				opened = true;
			}
			catch (e)
			{}
		}
		if (!opened)
			status_window = window.open(softSiteDir + "status.shtml", "Status", "width=570,height=355,resizable=yes,scrollbars=yes");
	}
