function modoru( url1, url2 )
{
	if( parent.frames.length >= 3 ) {
		location.href = url2;
	} else {
		parent.location.href = url1;
	}
}
