function checkFrame()
{
	if("undefined" == typeof(parent.frames.ttl))
	{
		if(confirm("フレームの1部だけ表示しようとしています。\n正しいフレームセットで表示しますか?"))
		{
			location.href = "index.html";
		}
	}
}

