// フレームを呼び出す
function SetFrame( SetPage ){
	if (top.frames.length == 0){
		location.href = SetPage;
	}
}

