var actual=""
if (top.frames.length == 0) 
        {
	actual="../index.html"
        top.location=actual
	}
