	if(self != top){
	check1="../leftindex.htm";
	if(parent.leftindex.location.href.lastIndexOf(check1)==-1){
	newDocument="leftindex.htm";
	if(parent.leftindex.location.href.lastIndexOf(newDocument)==-1){
	parent.leftindex.location=check1;
	}
	}
}

