	function checkParentFrame()
	{
		var len;
		len = parent.frames.length;
		if (len < 3)
		{
			var destination;
			destination = 'index.htm';
			window.location.href = destination;

		}
	}
		  

