function sync_frames()
{
	if (window.top != null)
	{
		if (window.top.frames["TOOLBAR"] != null)
		{
			window.top.frames["TOOLBAR"].location = "toolbar.aspx";
		}
		if (window.top.frames["SITEMAP"] != null)
		{
			window.top.frames["SITEMAP"].location = "ContentLeft.aspx";
		}
		
	}
}


