function CheckNav(url)
{
	var isNav=false;

	try { isNav=parent.nav.IsNavPresent(); }
	catch(e) {}

	try { if(nicEditor) isNav=true; }
	catch(e) {}

	if(!isNav) top.location.href="/index.html?"+url;
}
