function showWithFrames(locationhref)
{
	if (top.location.href == window.location.href)
	{
		top.location.href = locationhref
	}
}

