
function frames_check(the_frms) {
	if (parent.frames.length != the_frms) {
		top.location = "index.php";
	}
}
