function frchk(w) {
	if(top.frames.length < 1) 
		top.location.href='../index.html?'+w;
	}

