	if(parent.frames.length!=0){
	check1="proposal-menu.htm";
	if(parent.leftindex.location.href.lastIndexOf(check1)==-1){
	newDocument="proposal-menu.htm";
	if(parent.leftindex.location.href.lastIndexOf(newDocument)==-1){
	parent.leftindex.location=check1;
	}
	}
}

