function popup_map(url)
 		{			                    
   			var hWnd = window.open(url,"flash","width=500,height=800,resizable=no,scrollbars=yes,top=0,left=125");
   			if (hWnd.focus != null) hWnd.focus();
		}