function        EnsureSubNavi(sPath)
{
	if(top.frames.length==0){
	}else        if(top.frames.TopSub==0){
	}else{
		top.frames.TopSub.location.href=sPath;
	}
	return;
}
