function map(url)
	{
	var root;
	root=window.open('','root_map','left=10,top=10,width=800,height=600,toolbar=no,location=no,menubar=no,status=no,scrollbars=no,resizable=no,copyhistory=no');
	root.location.href = url;
	}

