function checknav(url)
{
	check = 0;
	if (top.frames)
		if (top.frames.Navigator)
			check++;
	if (check == 0)
		top.location=url;
}