
	function LoadMap(N)
	{
	void(window.open(N,"Map","resizable=no,status=no,menubar=no,location=no,hotkeys=no,dependent=yes"));
		}

